Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 358 Bytes

notes.md

File metadata and controls

10 lines (8 loc) · 358 Bytes
  1. can pass a context so graphql schema can check that
  • we use the context to determine what user is currently logged in
  • the context is a decoded jwt payload in request.user.

"graphql": "0.5.0", "graphql-relay": "0.4.1", "express-graphql": "0.5.1",

express-graphql at version 0.5.1 required to be able to check context variable