27. Mutation: Save "Note" attached to "SoilDataset"
mutation SaveNoteAttachedToSoilDataset {
saveNote(input:{
fieldUuid: "586a2ef2-03e4-4715-846c-07a2f0cb3016",
centroid: {
latitude: 53.42644,
longitude: -109.87590
},
type: REAL,
comment: "The test note attached to SoilDataset",
soilDatasetUuid: "34162ba6-77b6-4d66-8935-b0941d60f7e1"
} ) {
uuid
fieldUuid
centroid {
latitude
longitude
}
createdDate
updatedDate
type
comment
soilDataset {
uuid
fieldUuid
}
}
}Previous26. Mutation: Save "Note" attached to "ZonesMap"Next28. Mutation: Save multiple "Notes", Batch operation
Last updated
Was this helpful?