| Package | Description |
|---|---|
| io.smallrye.graphql.client.typesafe.api |
| Modifier and Type | Method and Description |
|---|---|
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.configKey(String configKey)
The base key used to read configuration values.
|
default TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.endpoint(String endpoint)
The URL where the GraphQL service is listening
|
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.endpoint(URI endpoint)
The URL where the GraphQL service is listening
|
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.header(String name,
String value)
Static header to send with all methods in this client.
|
default TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.headers(Map<String,String> headers)
Static headers to send with all methods in this client.
|
static TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.newBuilder() |
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.subprotocols(WebsocketSubprotocol... subprotocols) |
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.subscriptionInitializationTimeout(Integer timeoutInMilliseconds)
Maximum time (in milliseconds) allowed between initializing a subscription websocket and receiving
a subscription start acknowledgement from the server.
|
Copyright © 2018–2022. All rights reserved.