44. Mutasyon: Tarla Etiketlerini Ayarla
mutation SetFieldLabelsSample {
setFieldLabels(
input: {
farmUuid: "<placeholder_of_farm_uuid>"
uuid: "<placeholder_of_field_uuid>"
etiketler: [{ isim: "isim1", değer: "değer1" }]
}
) {
uuid
isim
labels {
isim
value
}
}
}Last updated
Was this helpful?