Skip to content

Feature/import export books #272

Feature/import export books

Feature/import export books #272

GitHub Actions / GraphQL Inspector failed Sep 4, 2024 in 0s

Something is wrong with your schema

Found 2 changes

Breaking: 1
Dangerous: 1
Safe: 0

Breaking changes

  • Field BookOrderType.edition changed type from String! to String

Dangerous changes

  • Argument search: String added to field Query.faqs

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check failure on line 247 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'BookOrderType.edition' changed type from 'String!' to 'String'

Field 'BookOrderType.edition' changed type from 'String!' to 'String'

Check warning on line 1338 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'search: String' added to field 'Query.faqs'

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