Skip to main content

User

Represents a user that is associated with a account

type User {
name: String
id: ID!
email: String!
account: Account!
}

Fields

name (String)

Name of the user

id (ID!)

ID of the user

email (String!)

Email of the user

account (Account!)

Account that the user belongs to