summaryrefslogtreecommitdiffstats
path: root/graphcool-old/src/auth0/auth0Authentication.graphql
blob: 823a71b0f554b927880c13ceb009c710a48f95e1 (plain)
1
2
3
4
5
6
7
8
type AuthenticateUserPayload {
  id: String!
  token: String!
}

extend type Mutation {
  authenticateUser(accessToken: String!): AuthenticateUserPayload
}