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