| Interface | Description |
|---|---|
| GraphQlClientBuilder |
Use this builder, when you are not in a CDI context, i.e.
|
| Class | Description |
|---|---|
| GraphQlClientAuthorizationHeader |
Provides a BASIC Authorization header with the credentials configured in MP Config.
|
| GraphQlClientHeader |
Adds a custom header to the http requests sent out by the GraphQL Client.
|
| Exception | Description |
|---|---|
| GraphQlClientException |
| Annotation Type | Description |
|---|---|
| GraphQlClientApi |
Annotate your GraphQL Client
interface as GraphQlClientApi,
so CDI can build and inject it for you. |
Copyright © 2018–2020. All rights reserved.