Open MinJieLiu opened 6 years ago
https://github.com/jaredhanson/passport-local/blob/master/lib/strategy.js#L71
The parameters of graphql are:
graphql
{ body: { query: '{\n\tlogin(username: "xxx" password: "xxx") {\n id\n username\n }\n}', variables: null, operationName: null } }
It cannot be resolved.
https://github.com/jaredhanson/passport-local/blob/master/lib/strategy.js#L71
The parameters of
graphql
are:It cannot be resolved.