Hey, anyone getting a `graphcool.yml` validation e...
# prisma-whats-new
p
Hey, anyone getting a
graphcool.yml
validation error after adding a template?
t
Answered in the forum!
👍 1
p
Thanks ! @tim2. How can I create tokens for these functions ? I don’t see a command in
gc --help
t
you just have to add a random named root token under
rootTokens
, for example
-myToken
, that will then be used for the functions
sorry for the confusion, we have to document that better!
p
Ok cool. Thanks !
This syntax for anyone who stumbles across this:
Copy code
rootTokens:
  - authenticateUser
  - loggedInUser
  - signupUser