basicClient
fun basicClient(host: String = DefaultGraphQLSettings.DEFAULT_HOST, port: Int = DefaultGraphQLSettings.DEFAULT_PORT): GraphQLClient
Returns a lightweight GraphQLClient capable of executing queries and mutations. Note: this client is not capable of executing subscriptions.
Parameters
host
the host of the GraphQL server
port
the port of the GraphQL server