Package graphql.schema.diffing.ana
Class SchemaDifference.InterfaceFieldArgumentDefaultValueModification
java.lang.Object
graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldArgumentDefaultValueModification
- All Implemented Interfaces:
SchemaDifference.InterfaceModificationDetail
- Enclosing interface:
SchemaDifference
public static class SchemaDifference.InterfaceFieldArgumentDefaultValueModification
extends Object
implements SchemaDifference.InterfaceModificationDetail
-
Constructor Summary
ConstructorsConstructorDescriptionInterfaceFieldArgumentDefaultValueModification
(String fieldName, String argumentName, String oldValue, String newValue) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
InterfaceFieldArgumentDefaultValueModification
-
-
Method Details
-
getOldValue
-
getNewValue
-
getFieldName
-
getArgumentName
-