Package graphql.schema.diffing.ana
Class SchemaDifference.AppliedDirectiveInterfaceFieldArgumentLocation
- java.lang.Object
-
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveInterfaceFieldArgumentLocation
-
- All Implemented Interfaces:
SchemaDifference.AppliedDirectiveLocationDetail
- Enclosing interface:
- SchemaDifference
public static class SchemaDifference.AppliedDirectiveInterfaceFieldArgumentLocation extends java.lang.Object implements SchemaDifference.AppliedDirectiveLocationDetail
-
-
Constructor Summary
Constructors Constructor Description AppliedDirectiveInterfaceFieldArgumentLocation(java.lang.String interfaceName, java.lang.String fieldName, java.lang.String argumentName, java.lang.String directiveName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getArgumentName()
java.lang.String
getDirectiveName()
java.lang.String
getFieldName()
java.lang.String
getInterfaceName()
-