| Interface | Description |
|---|---|
| GraphQlClientBuilder |
Use this builder, when you are not in a CDI context, i.e.
|
| GraphQlClientError |
| Class | Description |
|---|---|
| ErrorOr<T> |
Like an
Optional, but if a value is not present, there is a List of GraphQlClientErrors instead. |
| SourceLocation |
| Enum | Description |
|---|---|
| AuthorizationHeader.Type |
| Exception | Description |
|---|---|
| GraphQlClientException |
| Annotation Type | Description |
|---|---|
| AuthorizationHeader |
A specialized
Header for Authorization. |
| GraphQlClientApi |
Annotate your GraphQL Client
interface as GraphQlClientApi,
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 |
Copyright © 2018–2021. All rights reserved.