13. Mutation: "Farm" बनाएं
mutation CreateFarmSample {
createFarm(input:{
name: "Mutation Farm"
externalKey: "<third_party_indentificator>"
} ) {
uuid
userUuid
name
farmOwnership
externalKey
}
}Previous12. Mutation: Soil-आधारित "ZonesMap" को asynchronously जनरेट करेंNext14. Mutation: "Field" बनाएं या मौजूदा खेत की सीमा संपादित करें (वैकल्पिक लेबल्स के साथ)
Last updated
Was this helpful?