Schema Documentation
UserNodeIdTypeEnum
Description
The Type of Identifier used to fetch a single User node. To be used along with the "id" field. Default is "ID".
Values
Enum Value | Description |
---|---|
| The Database ID for the node |
| The Email of the User |
| The hashed Global ID |
| The slug of the User |
| The URI for the node |
| The username the User uses to login with |
Example
"DATABASE_ID"