Skip to main content

User

type User implements Node {
auth0ID: String!
id: ID!
createdAt: Time!
updatedAt: Time!
firstName: String
lastName: String
email: String
picture: String
companies: [CompanyUser!]
}

Fields

User.auth0ID ● String! non-null scalar

User.id ● ID! non-null scalar

User.createdAt ● Time! non-null scalar

User.updatedAt ● Time! non-null scalar

User.firstName ● String scalar

User.lastName ● String scalar

User.email ● String scalar

User.picture ● String scalar

User.companies ● [CompanyUser!] list object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

getCurrentUser query ● updateUserProfile mutation

Member Of

CompanyUser object ● PaymentsImport object ● SchemaImport object ● Task object ● UserEdge object