PR #797 #1858
Everything looks good
Found 4 changes
Breaking: 2
Dangerous: 2
Safe: 0
Breaking changes
- Input field shelterType was removed from input object type ShelterPropertyInput
- Input field roomStyle was removed from input object type ShelterPropertyInput
Dangerous changes
- Input field shelterTypes was added to input object type ShelterPropertyInput
- Input field roomStyles was added to input object type ShelterPropertyInput
Looking for more advanced tool? Try GraphQL Hive!
Annotations
Check warning on line 1259 in apps/betterangels-backend/schema.graphql
github-actions / GraphQL Inspector
Input field 'shelterTypes' was added to input object type 'ShelterPropertyInput'
Input field 'shelterTypes' was added to input object type 'ShelterPropertyInput'
Check warning on line 1260 in apps/betterangels-backend/schema.graphql
github-actions / GraphQL Inspector
Input field 'roomStyles' was added to input object type 'ShelterPropertyInput'
Input field 'roomStyles' was added to input object type 'ShelterPropertyInput'
Check failure on line 1255 in apps/betterangels-backend/schema.graphql
github-actions / GraphQL Inspector
Input field 'shelterType' was removed from input object type 'ShelterPropertyInput'
Removing an input field will cause existing queries that use this input field to error.
Check failure on line 1255 in apps/betterangels-backend/schema.graphql
github-actions / GraphQL Inspector
Input field 'roomStyle' was removed from input object type 'ShelterPropertyInput'
Removing an input field will cause existing queries that use this input field to error.