Skip to main content

Resource

No description

type Resource {
amount: Int
category: ResourceCategoryType
createdDate: DateTime!
id: UUID!
organizationId: UUID!
type: ResourceType
updatedDate: DateTime!
}

Fields

NomTypeDescription
amountInt scalar
categoryResourceCategoryType enum
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
typeResourceType enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity PersonalProfile