Denis
Denis
Hi guys! I had the same problem and resolved it!! Earlier I defined deserializeUser() in main file(the control point of run application) but always i had this problem. Then i...
Wow, thank you for quick reply. My JavaScript code is simply: ``` import EasyGraphQLTester from 'easygraphql-tester' import models from '../models/models.graphql' import modules from '../modules/index.graphql' import typeDefs from '../typeDefs/scalars/index.graphql' import directives...
as we can see, LEXER is imports 
Oh im sorry, maybe I did show my problem not enough clearly graphQL parser is advance library in node_modules on path node_modules/graphql/language/parser.js Can you please help me with this problem?...
> Can you share a snippet of your code, please! so I can reproduce it. Hello! You can reproduce it Error by invoke EasyGraphQLTester constructor with schemas that includes imports...
I have the same problem!