INPUT_OBJECT
DispatchMutation
link GraphQL Schema definition
- input DispatchMutation {
- : String
- # Destination: org
- : Uuid!
- # Destination: user
- : Uuid
- : LocalDate
- # Author id (will be automatically overwritten with current user)
- : Uuid
- # Destination: swimlane
- : Uuid
- # Tracker
- : Uuid
- # Body in text format
- : String
- # Body in block format
- : String
- # Tracker schema based data
- : String
- : String
- # Start time (ISO format)
- : DateTime
- # End time (ISO format)
- : DateTime
- # Org scoped unique id
- : String
- # Org scope batch id
- : String
- : Uuid
- : Uuid
- # Attachment IDs to include for the dispatch
- : [Uuid!]
- : Uuid
- : String
- : String
- : String
- : String
- : String
- : String
- : Uuid
- : String
- : Uuid
- : [ParticipantEntry!]
- : GeoLocation
- : GeoLocation
- # Keys to apply at create
- : [DispatchKey!]
- : String
- # Dispatch lifecycle
- : String
- # Destination: account
- : Uuid
- : Uuid
- # External ID
- : String
- # External status: readonly | reference
- : String
- # Add dispatch to bucket on create
- : String
- # Meta info
- : String
- # Layout info
- : String
- # Send at
- : DateTime
- }