Uses of Package
net.morimekta.providence.graphql.gql
-
Classes in net.morimekta.providence.graphql.gql used by net.morimekta.providence.graphql Class Description GQLField Representation of a field in the response JSON.GQLMethodCall Representation of a method call in an operation.GQLOperation Representing a single GQL operation, which is either a query or a mutation. -
Classes in net.morimekta.providence.graphql.gql used by net.morimekta.providence.graphql.gql Class Description GQLDirective A directive represents some modification on a GQL field.GQLFragment A fragment is a piece of a field list representing a single type as part of a struct, union, union list, interface list etc.GQLFragmentDefinition A fragment definition, as part of the query.GQLIntrospection.Field Introspeciton fields supported by providence-graphql.GQLOperation Representing a single GQL operation, which is either a query or a mutation.GQLScalar Specification for a scalar type in GraphQL.GQLSelection When defining a graphql each point in a selection set is called a 'selection'. -
Classes in net.morimekta.providence.graphql.gql used by net.morimekta.providence.graphql.parser Class Description GQLQuery Representing a complete GQL query, also known as a 'document' in the GraphQL spec. -
Classes in net.morimekta.providence.graphql.gql used by net.morimekta.providence.graphql.utils Class Description GQLField Representation of a field in the response JSON.