RecycleBin
RecycleBin
| Field | Argument | Type | Description |
|---|---|---|---|
| orgId | UUID! | ||
| spaceId | UUID! | ||
| objectId | UUID! | ||
| objectType | String! | ||
| objectSubType | String | ||
| name | String | ||
| thumbnail | String | ||
| deletedAt | Datetime! | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `RecycleBin`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `RecycleBin`. | |