DefaultGraphQLClient

constructor(host: String = DefaultGraphQLSettings.DEFAULT_HOST, port: Int = DefaultGraphQLSettings.DEFAULT_PORT, enableSubscription: Boolean = false)(source)

Parameters

host

the GraphQL server host.

port

the GraphQL server port.

enableSubscription

whether to enable subscription support (WebSocket transport).