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 java.lang.Object implements SchemaDifference.ObjectModificationDetail
-
-
Constructor Summary
Constructors Constructor Description ObjectFieldArgumentDefaultValueModification(java.lang.String fieldName, java.lang.String argumentName, java.lang.String oldValue, java.lang.String newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArgumentName()java.lang.StringgetFieldName()java.lang.StringgetNewValue()java.lang.StringgetOldValue()
-