Package io.smallrye.graphql.client.typesafe.api
-
Interface Summary Interface Description TypesafeGraphQLClientBuilder Use this builder, when you are not in a CDI context, i.e. -
Class Summary Class Description ErrorOr<T> Like anOptional, but if a value is not present, there is a List ofGraphQLErrors instead.TypesafeResponse<T> -
Enum Summary Enum Description AuthorizationHeader.Type -
Annotation Types Summary Annotation Type Description AuthorizationHeader A specializedHeaderforAuthorization.GraphQLClientApi Annotate your GraphQL ClientinterfaceasGraphQLClientApi, so CDI can build and inject it for you.Header Adds a custom header to the http requests sent out by the GraphQL Client.Headers Multiple 'Hide' or 'unwrap' the return type of the annotated method from GraphQL, i.e.NestedParameter Places a parameter not on the query field but some field deeper in the request, e.g.