INPUT_OBJECT

PacketMessageMutation

link GraphQL Schema definition

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

link Require by