Eventjet GraphQL API documentation

me

Get the currently authenticated user.

Resolves to the user associated with the current authentication credentials. Resolves to null if not authenticated.

Example:

query GetCurrentUser {
  me {
    id
    name
  }
}
query GetCurrentUser {
  me {
    id
    name
  }
}

Arguments

me doesn't take any arguments.

Type

This field resolves to User, which has the following fields:

FieldDescriptionType
emailThe email address of this user.Email
idThe unique ID of this user.ID!
nameThe display name of this user.String!
posReaderThe POS card reader assigned to this user, if any.PosReader