Package graphql.schema.diffing.ana
Class SchemaDifference.AppliedDirectiveEnumValueLocation
java.lang.Object
graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveEnumValueLocation
- All Implemented Interfaces:
SchemaDifference.AppliedDirectiveLocationDetail
- Enclosing interface:
SchemaDifference
public static class SchemaDifference.AppliedDirectiveEnumValueLocation
extends Object
implements SchemaDifference.AppliedDirectiveLocationDetail
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedDirectiveEnumValueLocation
(String enumName, String valueName, String directiveName) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AppliedDirectiveEnumValueLocation
-
-
Method Details
-
getEnumName
-
getValueName
-
getDirectiveName
-