OBJECT
SMSConversation
link GraphQL Schema definition
- type SMSConversation {
- # The fieldworker/contact/number being communicated to.
- SMSParticipant! :
- # The messages in the conversation.
- SMSMessage!]! : [
- }
OBJECT
- type SMSConversation {
- # The fieldworker/contact/number being communicated to.
- SMSParticipant! :
- # The messages in the conversation.
- SMSMessage!]! : [
- }