Uses of Class
net.morimekta.providence.graphql.gql.GQLIntrospection.Field
-
Packages that use GQLIntrospection.Field Package Description net.morimekta.providence.graphql.gql -
-
Uses of GQLIntrospection.Field in net.morimekta.providence.graphql.gql
Methods in net.morimekta.providence.graphql.gql that return GQLIntrospection.Field Modifier and Type Method Description static GQLIntrospection.FieldGQLIntrospection. findFieldByName(java.lang.String name)Find introspection field by name.GQLIntrospection.FieldGQLIntrospection. getField()static GQLIntrospection.FieldGQLIntrospection.Field. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GQLIntrospection.Field[]GQLIntrospection.Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.morimekta.providence.graphql.gql with parameters of type GQLIntrospection.Field Constructor Description GQLIntrospection(GQLIntrospection.Field field, java.lang.String alias, net.morimekta.providence.PMessage arguments, java.util.List<GQLSelection> selectionSet)
-