Skip to content

PR #797

PR #797 #1858

GitHub Actions / GraphQL Inspector succeeded Dec 20, 2024 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.