basicClient

fun basicClient(host: String = DefaultGraphQLSettings.DEFAULT_HOST, port: Int = DefaultGraphQLSettings.DEFAULT_PORT): GraphQLClient

Returns a lightweight GraphQLClient capable of executing queries and mutations. This client does not support subscriptions.

Return

a GraphQLClient instance configured without subscription support.

Parameters

host

the GraphQL server host.

port

the GraphQL server port.