Skip to main content

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

NomTypeDescription
archivedBoolean scalar
iconString scalar
idUUID! non-null scalar
nameString scalar
unitTypeIdUUID! non-null scalarupdateUnitTemplate