Skip to main content

diff

hasChanges()​

function hasChanges(
schema,
tmpDir,
diffMethod,
diffModule): Promise<boolean>

Parameters​

schema​

GraphQLSchema

tmpDir​

string

diffMethod​

Maybe<DiffMethodName>

diffModule​

Maybe<string> = "@graphql-markdown/diff"

Returns​

Promise<boolean>

Defined in​

packages/core/src/diff.ts:10