Skip to main content

diff

hasChanges()

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

Defined in: packages/core/src/diff.ts:10

Parameters

schema

GraphQLSchema

tmpDir

string

diffMethod

Maybe<DiffMethodName>

diffModule

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

Returns

Promise<boolean>