DefaultGraphQLClient

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

Parameters

host

the host of the GraphQL server

port

the port of the GraphQL server

enableSubscription

whether to enable subscriptions or not