25. Mutation: Save "Note" attached to "Field"
mutation SaveNoteAttachedToField {
saveNote(input:{
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
centroid: {
latitude: 51.177747,
longitude: -113.533613
},
type: PLANNED,
comment: "The test note attached to Field"
} ) {
uuid
fieldUuid
centroid {
latitude
longitude
}
createdDate
updatedDate
type
comment
}
}Last updated
Was this helpful?