Package | Description |
---|---|
graphql.schema.diff | |
graphql.schema.diff.reporting |
Modifier and Type | Method and Description |
---|---|
int |
SchemaDiff.diffSchema(DiffSet diffSet,
DifferenceReporter reporter)
This will perform a difference on the two schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
CapturingReporter
A reporter that captures all the difference events as they occur
|
class |
ChainedReporter
A reporter that chains together one or more difference reporters
|
class |
PrintStreamReporter
A reporter that prints its output to a PrintStream
|
Constructor and Description |
---|
ChainedReporter(DifferenceReporter... reporters) |
Constructor and Description |
---|
ChainedReporter(List<DifferenceReporter> reporters) |
Copyright © 2019. All rights reserved.