OBJECT
SMSParticipant
link GraphQL Schema definition
- type SMSParticipant {
- # The phone number in E.164 format.
- String! :
- # Type of participant whether Fieldworker, Contact, or Unknown
- SMSParticipantType! :
- # ID of the user or contact.
- Int :
- # Full name of the user or contact.
- String :
- }