13. Mutation: Създаване на "Farm"
mutation CreateFarmSample {
createFarm(input:{
name: "Mutation Farm"
externalKey: "<third_party_indentificator>"
} ) {
uuid
userUuid
name
farmOwnership
externalKey
}
}Previous12. Mutation: Асиметрично генериране на ZonesMap на база почваNext14. Mutation: Създаване на "Field" или редактиране на границата на съществуващо поле (с незадължителни етикети)
Last updated
Was this helpful?