Siniša Perović
12/07/2017, 9:34 AMdpetrick
12/07/2017, 12:26 PMauthenticateCustomer
mutation yourself on the system API if you have the appropriate Auth0 secrets (shared cluster) or the master token (graphcool local). You could try capturing the mutation with DEBUG=*
set during graphcool deploy
on a machine and use it to curl from your box. If all of this is not an option, you can grab the token from a browser or other machine and put it into ~/.graphcoolrc
(platformToken, if I recall correctly). Does that make sense to you?Siniša Perović
12/07/2017, 12:46 PM