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