OBJECT

ProjectGeofenceMutations

Mutations that act on Project Geofences.

link GraphQL Schema definition

  • type ProjectGeofenceMutations {
  • # Creates a new project geofence.
  • #
  • # Arguments
  • # project_geofence: The project geofence to create
  • create(project_geofence: ProjectGeofenceCreate!): SuccessResult
  • }