44. Мутація: встановити мітки поля
мутація SetFieldLabelsSample {
setFieldLabels(
input: {
farmUuid: "<placeholder_of_farm_uuid>"
uuid: "<placeholder_of_field_uuid>"
labels: [{ name: "name1", value: "value1" }]
}
) {
uuid
назва
labels {
назва
value
}
}
}Last updated
Was this helpful?