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.executeSingleOperationsOverWebsocket(boolean value) |
If this is true, then queries and mutations will also be executed over a websocket connection rather than over pure HTTP.
|
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.websocketInitializationTimeout(Integer timeoutInMilliseconds) |
Maximum time (in milliseconds) allowed between initializing a subscription websocket and receiving
a subscription start acknowledgement from the server.
|
TypesafeGraphQLClientBuilder |
TypesafeGraphQLClientBuilder.websocketUrl(String url) |
Path to the websocket endpoint.
|