Token
Token
A api access in Studio for the org.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | UUID! | The primary unique identifier for the api access. | |
| orgId | UUID! | The id of the organization that api belong to. | |
| userId | UUID! | The user/system connected to this api token | |
| name | String! | ||
| permissions | [String]! | ||
| permissionSets | [UUID]! | ||
| lastUsed | Datetime | ||
| deactivatedAt | Datetime | The timestamp when the api is got deactivated. | |
| createdAt | Datetime | ||
| updatedAt | Datetime | ||
| deletedAt | Datetime | ||
| createdBy | UUID | ||
| updatedBy | UUID | ||
| isBot | Boolean | ||
| expireAt | Datetime | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `Token`. | |
| userByUserId | User | Reads a single `User` that is related to this `Token`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Token`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Token`. | |