User
type User implements Node {
email: String
enabled: Boolean!
firstName: String
fullName: String
id: UUID!
lastName: String
system: Boolean!
}Fields
User.email ● String scalar
User.enabled ● Boolean! non-null scalar
User.firstName ● String scalar
User.fullName ● String scalar
User.lastName ● String scalar
User.system ● Boolean! non-null scalar
Interfaces
Node interface
Member Of
Last updated
Was this helpful?