Uses of Interface
io.smallrye.graphql.client.typesafe.api.TypesafeGraphQLClientBuilder
Packages that use TypesafeGraphQLClientBuilder
-
Uses of TypesafeGraphQLClientBuilder in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api that return TypesafeGraphQLClientBuilderModifier and TypeMethodDescriptionTypesafeGraphQLClientBuilder.allowUnexpectedResponseFields(boolean value) The base key used to read configuration values.default TypesafeGraphQLClientBuilderThe URL where the GraphQL service is listeningThe URL where the GraphQL service is listeningTypesafeGraphQLClientBuilder.executeSingleOperationsOverWebsocket(boolean value) If this is true, then queries and mutations will also be executed over a websocket connection rather than over pure HTTP.Static header to send with all methods in this client.default TypesafeGraphQLClientBuilderStatic headers to send with all methods in this client.TypesafeGraphQLClientBuilder.initPayload(Map<String, Object> initPayload) Static payload to send with initialization method on subscription.static TypesafeGraphQLClientBuilderTypesafeGraphQLClientBuilder.newBuilder()TypesafeGraphQLClientBuilder.subprotocols(WebsocketSubprotocol... subprotocols) TypesafeGraphQLClientBuilder.websocketInitializationTimeout(Integer timeoutInMilliseconds) Maximum time (in milliseconds) allowed between initializing a subscription websocket and receiving a subscription start acknowledgement from the server.TypesafeGraphQLClientBuilder.websocketUrl(String url) Path to the websocket endpoint.