Skip to main content

findBreakingChanges

Callable

  • findBreakingChanges(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.


    Parameters

    • oldSchema: GraphQLSchema
    • newSchema: GraphQLSchema

    Returns BreakingChange[]