Join Slack
Powered by
Hey everyone - I have trouble googling this so par...
# prisma-whats-new
p
peterp
06/18/2017, 7:00 PM
Hey everyone - I have trouble googling this so pardon my lack of knowledge - I have a standalone Nodejs server and I'd like to make a mutation (or normal POST) to update a graph.cool record - how can I do that?
n
nilan
06/18/2017, 7:01 PM
@peterp
you can use
https://github.com/graphcool/graphql-request
🙂
nilan
06/18/2017, 7:02 PM
typically you would use a PAT for the authorization header in server side scripts:
https://www.graph.cool/docs/reference/auth/authentication-tokens-eip7ahqu5o/#token-types
p
peterp
06/18/2017, 9:45 PM
Wow thank you so much Nilan!
🙏 1
Open in Slack
Previous
Next