13. Mutasyon: "Farm" oluştur
mutation CreateFarmSample {
createFarm(input:{
name: "Mutation Farm"
externalKey: "<third_party_indentificator>"
} ) {
uuid
userUuid
isim
farmOwnership
externalKey
}
}Previous12. Mutasyon: Toprağa dayalı "ZonesMap" oluşturmayı asenkron olarak gerçekleştirNext14. Mutasyon: "Field" oluştur veya mevcut alanın sınırını düzenle (isteğe bağlı etiketlerle)
Last updated
Was this helpful?