All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description Argument AuthorizationHeader A specializedHeaderforAuthorization.AuthorizationHeader.Type Buildable BuildException Directive DirectiveArgument Document DynamicGraphQLClient DynamicGraphQLClientBuilder Enum ErrorOr<T> Like anOptional, but if a value is not present, there is a List ofGraphQLErrors instead.Field FieldOrFragment Represents one of these nodes in a GraphQL document: - regular field (name), for example "color" - reference to a named fragment, for example "...comparisonFields" - an inline fragment, for example ("...Fragment Represents a named fragment definition in a GraphQL document.Fragment.FragmentBuilder FragmentOrOperation Represents a node in a GraphQL document that can contain either an operation (query/mutation/subscription), or a definition of a named fragment.FragmentReference Represents a reference to a named fragment.GraphQLClient Marks an injection point that should receive a named GraphQL client instance.GraphQLClientApi Annotate your GraphQL ClientinterfaceasGraphQLClientApi, so CDI can build and inject it for you.GraphQLClientException Represents a response that contained application-level errors and thus can't be turned into a domain object.GraphQLError Header Adds a custom header to the http requests sent out by the GraphQL Client.Headers InlineFragment Represents an inline fragment in a GraphQL document.InputObject InputObjectField InvalidResponseException Marks a response that had unexpected contents and the client was unable to properly process it.Multiple 'Hide' or 'unwrap' the return type of the annotated method from GraphQL, i.e.NameValidation This class provides utility methods for validating names according to the GraphQL specification.NestedParameter Places a parameter not on the query field but some field deeper in the request, e.g.Operation OperationType Request Response ScalarType ServiceUtils TypesafeGraphQLClientBuilder Use this builder, when you are not in a CDI context, i.e.TypesafeResponse<T> UnexpectedCloseException Marks a close WebSocket message from the server that was unexpected.Variable VariableType WebsocketSubprotocol