I have a graphql service layer for my app as follows
class GraphQLService { GraphQLClient client; GraphQLService({String jwt}) { createClient(jwt); }