Resource
No description
type Resource {
amount: Int
category: ResourceCategoryType
createdDate: DateTime!
id: UUID!
organizationId: UUID!
type: ResourceType
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int scalar | — |
| category | ResourceCategoryType enum | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| type | ResourceType enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity PersonalProfile |