User
Represents a user in the system with personal and account information.
type User {
avatar: String
email: String!
id: Int!
language: String
name: String
}
Fields
User.avatar ● String scalar
A URL to the user's avatar image.
User.email ● String! non-null scalar
The email address of the user.
User.id ● Int! non-null scalar
A unique identifier for the user.
User.language ● String scalar
The preferred language of the user.
User.name ● String scalar
The full name of the user.
Member Of
Article object ● Attachment object ● AttachmentLink object ● Folder object ● Story object ● Topic object