Skip to content

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

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

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

GitHub Actions / GraphQL Inspector succeeded Feb 20, 2025 in 1s

Everything looks good

Found 3 changes

Breaking: 0
Dangerous: 2
Safe: 1

Dangerous changes

  • Argument filter_by_statuses: [ImageStatus] (with default value) added to field Queries.images
  • Argument filter_by_statuses: [ImageStatus] (with default value) added to field Queries.image_nodes

Safe changes

  • Type ImageStatus was added

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 895 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'ImageStatus' was added

Type 'ImageStatus' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'filter_by_statuses: [ImageStatus]' (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.

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'filter_by_statuses: [ImageStatus]' (with default value) added to field 'Queries.image_nodes'

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