Skip to main content

UserReference Object

Description

Reference to a user with basic identification information.

Declaration

type UserReference {
type: String
name: String
email: String
ref: ID
}

Fields

NameTypeDescription
typeStringUser type (e.g., "buyer", "admin", "superAdmin").
nameStringUser's full name.
emailStringUser's email address.
refIDInternal database reference identifier.