Uses of Interface
graphql.schema.diff.reporting.DifferenceReporter
Packages that use DifferenceReporter
-
Uses of DifferenceReporter in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type DifferenceReporterModifier and TypeMethodDescriptionintSchemaDiff.diffSchema(DiffSet diffSet, DifferenceReporter reporter) Deprecated.intSchemaDiff.diffSchema(SchemaDiffSet schemaDiffSet, DifferenceReporter reporter) This will perform a difference on the two schemas. -
Uses of DifferenceReporter in graphql.schema.diff.reporting
Classes in graphql.schema.diff.reporting that implement DifferenceReporterModifier and TypeClassDescriptionclassA reporter that captures all the difference events as they occurclassA reporter that chains together one or more difference reportersclassA reporter that prints its output to a PrintStreamConstructors in graphql.schema.diff.reporting with parameters of type DifferenceReporterConstructor parameters in graphql.schema.diff.reporting with type arguments of type DifferenceReporter