OBJECT

GeoMarkerMutations

Mutations that act on GeoMarkers.

link GraphQL Schema definition

  • type GeoMarkerMutations {
  • # Delete a project geo-marker.
  • #
  • # Arguments
  • # id: The geo-marker id to remove
  • delete(id: Int!): SuccessResult
  • }