27. Mutation: Save "Note" attached to "SoilDataset"

Attach a "Note" to the defined "SoilDataset" of the "Field".

  • Add the uuid attribute into the input to update the "Note".

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
    }
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform