Skip to content
On this page
Mutations

These refer to requests to edit or change an existing document in the apomap database. In addition, our API currently provides the following mutation options:

  1. updateTask (taskid: ID, key: String, value: String): Task
  2. updateTour (tourid: ID, key: String, value: String): Tour
  3. updateDriver (driverid: ID, key: String, value: String): Driver
  4. updateLocation (locationid: ID, key: String, value: String): Location