Template
No description
type Template {
createdDate: DateTime!
id: UUID!
name: String!
organizationId: UUID!
provider: ProviderType!
type: TemplateType!
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| name | String! non-null scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| provider | ProviderType! non-null enum | — |
| type | TemplateType! non-null enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity template templates RentalFolderContractDetails |