Last update:
July 26, 2024
RegisterAccountType¶
This type represents the details of a user account during the registration process.
Fields¶
Field | Description |
---|---|
id String! |
The Id of the account. |
username String! |
The username associated with the account. |
email String! |
The email address associated with the account. |
status String |
The status of the account. |
createdBy String |
The user or entity who created the account. |