67. Mutasyon: Çiftlik Kaydet
mutasyon SaveFarmSample {
saveFarm(
input: {
uuid: "<placeholder_of_farm_uuid>",
isim: "Farm_name"
}
) {
uuid
userUuid
isim
farmOwnership
oluşturulmaTarihi
updatedDate
e-posta
}
}Last updated
Was this helpful?