client property

GraphQLClient get client

Implementation

static GraphQLClient get client => _client?.call() ?? (throw "No graphQL client was intialized.  Use GraphQuery.init()");