GQLClient

constructor(httpClient: HttpClient = HttpClient(), json: Json = Json)

Parameters

httpClient

The HttpClient used to send requests. Uses an automatically configured HttpClient by default.

json

The instance of Json to use to serialize variables and serialize responses.