INPUT_OBJECT
The input object that defines the fields for the createGeofence mutation.
input VertexMutationInput {# A decimal latitude.latitude: Latitude!# A decimal longitude.longitude: Longitude!}