findDangerousChanges CallablefindDangerousChanges(oldSchema: GraphQLSchema, newSchema: GraphQLSchema): DangerousChange[]Given two schemas, returns an Array containing descriptions of all the types of potentially dangerous changes covered by the other functions down below.ParametersoldSchema: GraphQLSchemanewSchema: GraphQLSchemaReturns DangerousChange[]
Given two schemas, returns an Array containing descriptions of all the types of potentially dangerous changes covered by the other functions down below.