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