EquipmentType
No description
type EquipmentType {
category: EquipmentCategory
id: UUID!
name: String!
nameFr: String!
utilisationType: [String!]!
}
Fields
| Nom | Type | Description |
|---|---|---|
| category | EquipmentCategory object | — |
| id | UUID! non-null scalar | — |
| name | String! non-null scalar | — |
| nameFr | String! non-null scalar | — |
| utilisationType | [String!]! non-null scalar | equipment equipments Equipment |