All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description Argument ArgumentFactory AuthorizationHeader A specializedHeaderforAuthorization.AuthorizationHeader.Type Buildable BuildException Directive DirectiveArgument DirectiveArgumentFactory DirectiveFactory Document DocumentFactory DynamicGraphQLClient DynamicGraphQLClientBuilder Enum EnumFactory ErrorOr<T> Like anOptional, but the value can benulland instead of a value, there can be a List ofGraphQLErrors instead.Field FieldFactory 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 FragmentFactory 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.FragmentReferenceFactory 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.InlineFragmentFactory InputObject InputObjectFactory InputObjectField InputObjectFieldFactory 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 OperationFactory 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 VariableFactory VariableType VariableTypeFactory WebsocketSubprotocol