FunctionsfindBreakingChangesfindBreakingChanges CallablefindBreakingChanges(oldSchema: GraphQLSchema, newSchema: GraphQLSchema): BreakingChange[]Given two schemas, returns an Array containing descriptions of all the types of breaking changes covered by the other functions down below.@deprecatedPlease use findSchemaChanges instead. Will be removed in v18.ParametersoldSchema: GraphQLSchemanewSchema: GraphQLSchemaReturns BreakingChange[]
Given two schemas, returns an Array containing descriptions of all the types of breaking changes covered by the other functions down below.
Please use
findSchemaChanges
instead. Will be removed in v18.