OBJECT

GeofenceMutations

Mutations that act on Geofences.

link GraphQL Schema definition

  • type GeofenceMutations {
  • # Delete a geofence.
  • #
  • # Arguments
  • # id: The geofence id to remove
  • delete(id: Int!): SuccessResult
  • }