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 Object
implements SchemaDifference.AppliedDirectiveLocationDetail
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedDirectiveInterfaceFieldArgumentLocation
(String interfaceName, String fieldName, String argumentName, String directiveName) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AppliedDirectiveInterfaceFieldArgumentLocation
-
-
Method Details
-
getInterfaceName
-
getFieldName
-
getArgumentName
-
getDirectiveName
-