Uses of Class
io.smallrye.graphql.api.DirectiveLocation
-
Packages that use DirectiveLocation Package Description io.smallrye.graphql.api -
-
Uses of DirectiveLocation in io.smallrye.graphql.api
Methods in io.smallrye.graphql.api that return DirectiveLocation Modifier and Type Method Description DirectiveLocation[]on()static DirectiveLocationDirectiveLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectiveLocation[]DirectiveLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-