OBJECT

SMSConversation

link GraphQL Schema definition

  • type SMSConversation {
  • # The fieldworker/contact/number being communicated to.
  • participant: SMSParticipant!
  • # The messages in the conversation.
  • messages: [SMSMessage!]!
  • }