Skip to content

Instantly share code, notes, and snippets.

@benawad
Created November 16, 2018 01:06
Show Gist options
  • Save benawad/aefa152b81004653983c1c49843d2cdd to your computer and use it in GitHub Desktop.
Save benawad/aefa152b81004653983c1c49843d2cdd to your computer and use it in GitHub Desktop.
GraphQLHTTP(req => {
console.log(req.user);
return {
schema: motobanSchema,
graphiql: true,
context: {
SECRET,
user: req.user
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment