UserReference Object
Description
Reference to a user with basic identification information.
Declaration
type UserReference {
type: String
name: String
email: String
ref: ID
}
Fields
| Name | Type | Description |
|---|---|---|
type | String | User type (e.g., "buyer", "admin", "superAdmin"). |
name | String | User's full name. |
email | String | User's email address. |
ref | ID | Internal database reference identifier. |