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