Skip to content
GitHub Actions / GraphQL Inspector failed Sep 2, 2024 in 0s

Something is wrong with your schema

Found 11 changes

Breaking: 11
Dangerous: 0
Safe: 0

Breaking changes

  • Type for argument id on field Queries.network changed from UUID! to String!
  • New fields must include a description with a version number in the format Added in XX.XX.X., Field driver was added to object type NetworkNode
  • New fields must include a description with a version number in the format Added in XX.XX.X., Field created_at was added to object type NetworkNode
  • New fields must include a description with a version number in the format Added in XX.XX.X., Field updated_at was added to object type NetworkNode
  • New arguments must include a description with a version number in the format Added in XX.XX.X., Argument driver: String added to field Mutations.create_network
  • New arguments must include a description with a version number in the format Added in XX.XX.X., Argument project_id: UUID! added to field Mutations.create_network
  • Argument project: UUID! was removed from field Mutations.create_network
  • New arguments must include a description with a version number in the format Added in XX.XX.X., Argument network: String! added to field Mutations.modify_network
  • Argument network_id: UUID! was removed from field Mutations.modify_network
  • New arguments must include a description with a version number in the format Added in XX.XX.X., Argument network: String! added to field Mutations.delete_network
  • Argument network_id: UUID! was removed from field Mutations.delete_network

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check failure on line 169 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type for argument 'id' on field 'Queries.network' changed from 'UUID!' to 'String!'

Changing the type of a field's argument can cause existing queries that use this argument to error.

Check failure on line 1298 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X.", Field 'driver' was added to object type 'NetworkNode'

New fields must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1302 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X.", Field 'created_at' was added to object type 'NetworkNode'

New fields must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1303 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X.", Field 'updated_at' was added to object type 'NetworkNode'

New fields must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1445 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New arguments must include a description with a version number in the format "Added in XX.XX.X.", Argument 'driver: String' added to field 'Mutations.create_network'

New arguments must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1445 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New arguments must include a description with a version number in the format "Added in XX.XX.X.", Argument 'project_id: UUID!' added to field 'Mutations.create_network'

New arguments must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1445 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'project: UUID!' was removed from field 'Mutations.create_network'

Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.

Check failure on line 1446 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New arguments must include a description with a version number in the format "Added in XX.XX.X.", Argument 'network: String!' added to field 'Mutations.modify_network'

New arguments must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1446 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'network_id: UUID!' was removed from field 'Mutations.modify_network'

Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.

Check failure on line 1447 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

New arguments must include a description with a version number in the format "Added in XX.XX.X.", Argument 'network: String!' added to field 'Mutations.delete_network'

New arguments must include a description with a version number in the format "Added in XX.XX.X."

Check failure on line 1447 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'network_id: UUID!' was removed from field 'Mutations.delete_network'

Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.