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) #3220

Merged
merged 1 commit into from
Dec 6, 2024

fix: Add missing `extra` field to `ContainerRegistryNode` GQL query, …

7f65e57
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) #3220

fix: Add missing `extra` field to `ContainerRegistryNode` GQL query, …
7f65e57
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Dec 6, 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 1301 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 1514 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 1546 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.