INPUT_OBJECT
PacketMessageMutation
link GraphQL Schema definition
- input PacketMessageMutation {
- # direct | group | ad-hoc | org | self | managed | dispatch | data | system
- String! :
- # Authorized channel id or org id for system kind (required)
- Uuid! :
- # Simple message
- String :
- # Schema specific JSON payload
- String :
- # dispatch.json | attachment.json | meeting.json | text.json | location.json
- String :
- # Optional attachment id
- String :
- # all | none | some | followers
- String :
- # Specific user ids when notifyMode='some'
- String!] : [
- # Parent id for threaded discussion
- String :
- # Client specific id returned through socket
- String :
- }