Skip to content

more changes

more changes #177

GitHub Actions / GraphQL Inspector failed Oct 25, 2024 in 0s

Something is wrong with your schema

Found 10 changes

Breaking: 1
Dangerous: 1
Safe: 8

Breaking changes

  • Input field is_active was removed from input object type ActionItemWhereInput

Dangerous changes

  • Argument where: UserTagWhereInput added to field UserTag.childTags

Safe changes

  • Type AddPeopleToUserTagInput was added
  • Type TagActionsInput was added
  • Type UserTagWhereInput was added
  • Field addPeopleToUserTag was added to object type Mutation
  • Field addToUserTags was added to object type Mutation
  • Field removeFromUserTags was added to object type Mutation
  • Field tagsAssigned was added to object type User
  • Field usersToAssignTo was added to object type UserTag

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 53 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'AddPeopleToUserTagInput' was added

Type 'AddPeopleToUserTagInput' was added

Check notice on line 1651 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'TagActionsInput' was added

Type 'TagActionsInput' was added

Check notice on line 1976 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'UserTagWhereInput' was added

Type 'UserTagWhereInput' was added

Check failure on line 38 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'is_active' was removed from input object type 'ActionItemWhereInput'

Removing an input field will cause existing queries that use this input field to error.

Check notice on line 1090 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'addPeopleToUserTag' was added to object type 'Mutation'

Field 'addPeopleToUserTag' was added to object type 'Mutation'

Check notice on line 1092 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'addToUserTags' was added to object type 'Mutation'

Field 'addToUserTags' was added to object type 'Mutation'

Check notice on line 1162 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'removeFromUserTags' was added to object type 'Mutation'

Field 'removeFromUserTags' was added to object type 'Mutation'

Check notice on line 1862 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'tagsAssigned' was added to object type 'User'

Field 'tagsAssigned' was added to object type 'User'

Check notice on line 1973 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'usersToAssignTo' was added to object type 'UserTag'

Field 'usersToAssignTo' was added to object type 'UserTag'

Check warning on line 1952 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Argument 'where: UserTagWhereInput' added to field 'UserTag.childTags'

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