clientToQuery method

GraphQLClient clientToQuery()

Implementation

GraphQLClient clientToQuery() {
  return GraphQLClient(
    cache: GraphQLCache(store: HiveStore()),
    link: httpLink,
  );
}