Skip to main content

CreateUnitTemplateInput

Input object for creating a unit template.

Fields

  • name: The name of the unit template (non-nullable string).
  • icon: The icon associated with the unit template (string).
  • unit_type_id: The ID of the unit type to which this template belongs (non-nullable UUID).
input CreateUnitTemplateInput {
icon: String
name: String!
unitTypeId: UUID!
}

Fields

NomTypeDescription
iconString scalar
nameString! non-null scalar
unitTypeIdUUID! non-null scalarcreateUnitTemplate