13. Mutation: Create "Farm"
Create "Farm".
mutation CreateFarmSample {
createFarm(input:{
name: "Mutation Farm"
externalKey: "<third_party_indentificator>"
} ) {
uuid
userUuid
name
farmOwnership
externalKey
}
}
Previous12. Mutation: Generate Soil based "ZonesMap" asynchronouslyNext14. Mutation: Create a "Field" or edit the boundary of the existing field (with optional labels)
Last updated
Was this helpful?