INPUT_OBJECT

VertexMutationInput

The input object that defines the fields for the createGeofence mutation.

link GraphQL Schema definition

  • input VertexMutationInput {
  • # A decimal latitude.
  • latitude: Latitude!
  • # A decimal longitude.
  • longitude: Longitude!
  • }