Package | Description |
---|---|
graphql.schema.diff |
Modifier and Type | Method and Description |
---|---|
static DiffSet |
DiffSet.diffSet(GraphQLSchema schemaOld,
GraphQLSchema schemaNew)
Creates a diff set out of the result of 2 schemas.
|
static DiffSet |
DiffSet.diffSet(Map<String,Object> introspectionOld,
Map<String,Object> introspectionNew)
Creates a diff set out of the result of 2 introspection queries.
|
Modifier and Type | Method and Description |
---|---|
int |
SchemaDiff.diffSchema(DiffSet diffSet,
DifferenceReporter reporter)
This will perform a difference on the two schemas.
|
Copyright © 2019. All rights reserved.