ENUM

SmsableType

The entity that this SMS is associated with.

link GraphQL Schema definition

  • enum SmsableType {
  • # A `User`.
  • User
  • # A `Contact`.
  • Contact
  • }