26. Mutation: Save "Note" attached to "ZonesMap"
mutation SaveNoteAttachedToZonesMap {
saveNote(input:{
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
centroid: {
latitude: 51.177747,
longitude: -113.533613
},
type: REAL,
comment: "The test note attached to ZonesMap",
vectorAnalysisMapUuid: "983095c1-8d31-4cc0-9143-502c35df358d"
} ) {
uuid
fieldUuid
centroid {
latitude
longitude
}
createdDate
updatedDate
type
comment
vectorAnalysisMap {
uuid
fieldUuid
}
}
}Previous25. Mutation: Save "Note" attached to "Field"Next27. Mutation: Save "Note" attached to "SoilDataset"
Last updated
Was this helpful?