Enum Class DirectiveLocation

java.lang.Object
java.lang.Enum<DirectiveLocation>
io.smallrye.graphql.api.DirectiveLocation
All Implemented Interfaces:
Serializable, Comparable<DirectiveLocation>, Constable

public enum DirectiveLocation extends Enum<DirectiveLocation>
The locations, where a specific Directive is allowed to be put.
See Also: