Skip to content

Commit d724963

Browse files
committed
chore(deps): update dependency graphql-inspector/core and add missing definitions
1 parent 382c1ea commit d724963

File tree

10 files changed

+902
-84
lines changed

10 files changed

+902
-84
lines changed

integration-tests/tests/api/schema/delete.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ test.concurrent(
210210
typeType: object type,
211211
},
212212
path: Query.bruv,
213-
reason: Removing a field is a breaking change. It is preferable to deprecate the field before removing it.,
213+
reason: Removing a field is a breaking change. It is preferable to deprecate the field before removing it. This applies to removed union fields as well, since removal breaks client operations that contain fragments that reference the removed type through direct (... on RemovedType) or indirect means such as __typename in the consumers.,
214214
type: FIELD_REMOVED,
215215
usageStatistics: null,
216216
}

0 commit comments

Comments
 (0)