graphQLClient property

IGraphQlClient graphQLClient
final

graphQLClient is the graphql client from flutter_graphql_client package it is dynamic to avoid cyclic-dependency errors when packages cross depend on each other

Implementation

final IGraphQlClient graphQLClient;