Uses of Class
graphql.schema.diff.SchemaDiffSet
Packages that use SchemaDiffSet
-
Uses of SchemaDiffSet in graphql.schema.diff
Methods in graphql.schema.diff that return SchemaDiffSetModifier and TypeMethodDescriptionstatic SchemaDiffSet
SchemaDiffSet.diffSetFromIntrospection
(GraphQLSchema oldSchema, GraphQLSchema newSchema) Creates an schema diff set out of the result of 2 introspection queries.static SchemaDiffSet
SchemaDiffSet.diffSetFromIntrospection
(Map<String, Object> introspectionOld, Map<String, Object> introspectionNew) Creates an schema diff set out of the result of 2 introspection queries.static SchemaDiffSet
SchemaDiffSet.diffSetFromSdl
(GraphQLSchema oldSchema, GraphQLSchema newSchema) Creates an schema diff set out of the two SDL definition Strings.static SchemaDiffSet
SchemaDiffSet.diffSetFromSdl
(String oldSchemaSdl, String newSchemaSdl) Creates an schema diff set out of the two SDL definition Strings.Methods in graphql.schema.diff with parameters of type SchemaDiffSetModifier and TypeMethodDescriptionint
SchemaDiff.diffSchema
(SchemaDiffSet schemaDiffSet, DifferenceReporter reporter) This will perform a difference on the two schemas.