I doing this one ``` mutation { createUser(a...
# prisma-whats-new
m
I doing this one
Copy code
mutation {
      createUser(authProvider: {
        auth0: {
          idToken: "${ idToken }"
        }
      }) {
        id
      }
    }
Was trying with variables also - it doesn't help
a
Are you sure you are connecting to the right project?
m
OH GOD YOU SAVE MY DAY
😎 1
😂
spent 3 hours trying to solve this
a
Been there, done that 😄
m
@agartha now I getting "Insufficient Permissions" - do you know should I use permanent access token to use createUser?
a
How are your read permissions set up for
User
?
m
@agartha thank you for help, seems solved with using graphcool-lib. Seems before I was doing something wrong with fetch probably. Also one last question: do you know how to set name for user creating with auth0 and createUser?
I have the name on the client side, but better to have it in the table also)
or I should use different mutation
@agartha oh seems I solved it also, thank you by the way 🙂
😎 1