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

fix: Add missing extra field to ContainerRegistryNode GQL query, mutations #3208

Merged
merged 2 commits into from
Dec 6, 2024

chore: Add news fragment

20006a3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: Add missing extra field to ContainerRegistryNode GQL query, mutations #3208

chore: Add news fragment
20006a3
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Dec 5, 2024 in 0s

Everything looks good

Found 3 changes

Breaking: 0
Dangerous: 2
Safe: 1

Dangerous changes

  • Argument extra: JSONString added to field Mutations.create_container_registry_node
  • Argument extra: JSONString added to field Mutations.modify_container_registry_node

Safe changes

  • Field extra was added to object type ContainerRegistryNode

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 1507 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'extra' was added to object type 'ContainerRegistryNode'

Field 'extra' was added to object type 'ContainerRegistryNode'

Check warning on line 1726 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'extra: JSONString' added to field 'Mutations.create_container_registry_node'

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 1758 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'extra: JSONString' added to field 'Mutations.modify_container_registry_node'

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