44. Mutacja: Ustaw etykiety pola
mutacja SetFieldLabelsSample {
setFieldLabels(
input: {
farmUuid: "<placeholder_of_farm_uuid>"
uuid: "<placeholder_of_field_uuid>"
labels: [{ name: "name1", value: "value1" }]
}
) {
uuid
nazwa
labels {
nazwa
wartość
}
}
}Last updated
Was this helpful?