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.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.