Skip to main content

Me

A user within the system.

type Me implements IUser {
id: ID!
email: String!
}

Fields

Me.id ● ID! non-null scalar common

Me.email ● String! non-null scalar common

Interfaces

IUser interface users

Returned by

me query