UpdateUnitTemplateInput
Input object for updating a unit template.
Fields
id: The ID of the unit template to update (non-nullable UUID).organization_id: The ID of the organization to which the unit template belongs (non-nullable UUID).unit_type_id: The ID of the unit type to which this template belongs (non-nullable UUID).name: The new name of the unit template (string).icon: The new icon associated with the unit template (string).archived: Indicates whether the unit template is archived (boolean).
input UpdateUnitTemplateInput {
archived: Boolean
icon: String
id: UUID!
name: String
unitTypeId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| archived | Boolean scalar | — |
| icon | String scalar | — |
| id | UUID! non-null scalar | — |
| name | String scalar | — |
| unitTypeId | UUID! non-null scalar | updateUnitTemplate |