Uses of Class
net.morimekta.providence.graphql.gql.GQLDirective
-
Packages that use GQLDirective Package Description net.morimekta.providence.graphql.gql -
-
Uses of GQLDirective in net.morimekta.providence.graphql.gql
Methods in net.morimekta.providence.graphql.gql that return GQLDirective Modifier and Type Method Description static GQLDirectiveGQLDirective. findByName(java.lang.String name)Find directive by the name, not including the '@'.static GQLDirectiveGQLDirective. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GQLDirective[]GQLDirective. values()Returns an array containing the constants of this enum type, in the order they are declared.
-