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