Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(BA-675): Implement Image status filtering logics #3647

Draft
wants to merge 3 commits into
base: topic/02-10-feat_implment_image_soft_hard_delete_apis
Choose a base branch
from

feat: Handle restoring image when rescanning

0b946da
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

feat(BA-675): Implement Image status filtering logics #3647

feat: Handle restoring image when rescanning
0b946da
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Feb 11, 2025 in 0s

Everything looks good

Found 1 change

Breaking: 0
Dangerous: 1
Safe: 0

Dangerous changes

  • Argument load_only_active: Boolean (with default value) added to field Queries.images

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check warning on line 87 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'load_only_active: Boolean' (with default value) added to field 'Queries.images'

Adding a new argument to an existing field may involve a change in resolve function logic that potentially may cause some side effects.