Denis

Results 6 comments of 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 ![image](https://user-images.githubusercontent.com/31284223/60525898-f2732b80-9cf7-11e9-8a51-5899cd184862.png)

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...