INPUT_OBJECT
UpdateGeofenceMutationInput
The input object that defines the fields for the updateGeofence mutation.
link GraphQL Schema definition
- input UpdateGeofenceMutationInput {
- # A descriptive name.
- : String
- # A collection of points that makes up a polygon.
- : [[VertexMutationInput!]]
- # A note about this entity.
- : NoteMutationInput
- }