node-graphql-server icon indicating copy to clipboard operation
node-graphql-server copied to clipboard

made the User field in AuthPayload optional

Open vivek12345 opened this issue 6 years ago • 0 comments

@marktani This should fix this issue https://github.com/graphql-boilerplates/react-fullstack-graphql/issues/359

  • It was happening because User is an Object and was marked as required field in schema of AuthPayload. Now it's made optional screen shot 2018-07-04 at 10 30 54 pm

Please review.

vivek12345 avatar Jul 04 '18 17:07 vivek12345