All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description FieldFieldProvider GQLContext The GQL context is created once per query method call, and once for the whole operation for mutations.GQLContextFactory<Context extends GQLContext> Create a context instance to be used in the graphql servlet.GQLDefinition A GQL service is a collection of zero or more 'queries' and zero or more 'mutations'.GQLDirective A directive represents some modification on a GQL field.GQLException GQLField Representation of a field in the response JSON.GQLFieldProvider<Message extends net.morimekta.providence.PMessage<Message>> Interface for functionality that provide field values based on a source message and 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.GQLFragmentReference A reference to a fragment.GQLInlineFragment An inline fragment, defining type-conditional field in-place.GQLIntrospection A introspection is very much like a 'normal' field, but has special meaning to graphql.GQLIntrospection.Field Introspeciton fields supported by providence-graphql.GQLLexer GQLMethodCall Representation of a method call in an operation.GQLOperation Representing a single GQL operation, which is either a query or a mutation.GQLParser GQLPlaygroundServlet GQLProcessorProvider<Context extends GQLContext> A class representing the mutation needed for a single message.GQLQuery Representing a complete GQL query, also known as a 'document' in the GraphQL spec.GQLScalar Specification for a scalar type in GraphQL.GQLSchemaServlet A servlet for serving graphql given a GQL service and associated providers.GQLSelection When defining a graphql each point in a selection set is called a 'selection'.GQLServlet A servlet for serving graphql given a GQL service and associated providers.GQLToken GQLTokenizer GQLTokenType GQLUtil InputValueFieldProvider TypeFieldProvider