Uses of Class
graphql.schema.diff.DiffSet
-
Packages that use DiffSet Package Description graphql.schema.diff -
-
Uses of DiffSet in graphql.schema.diff
Methods in graphql.schema.diff that return DiffSet Modifier and Type Method Description static DiffSetDiffSet. diffSet(GraphQLSchema schemaOld, GraphQLSchema schemaNew)Deprecated.Creates a diff set out of the result of 2 schemas.static DiffSetDiffSet. diffSet(java.util.Map<java.lang.String,java.lang.Object> introspectionOld, java.util.Map<java.lang.String,java.lang.Object> introspectionNew)Deprecated.Creates a diff set out of the result of 2 introspection queries.Methods in graphql.schema.diff with parameters of type DiffSet Modifier and Type Method Description intSchemaDiff. diffSchema(DiffSet diffSet, DifferenceReporter reporter)Deprecated.
-