Feature/import export books #535
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / GraphQL Inspector
failed
Dec 4, 2023 in 1s
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
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
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.
Loading