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
| Nom | Type | Description |
|---|---|---|
| icon | String scalar | — |
| name | String! non-null scalar | — |
| unitTypeId | UUID! non-null scalar | createUnitTemplate |