Package graphql.schema.diff
package graphql.schema.diff
-
ClassDescriptionA classification of difference events.This represents the events that the
SchemaDiff
outputs.This is the level of difference between graphql APIsDeprecated.The SchemaDiff is called with aDiffSet
and will report the differences in the graphql schema APIs by raising events to aDifferenceReporter
Options for controlling the diffing processInterface used to define 2 schemas that can be diffed by theSchemaDiff
operation.