INPUT_OBJECT

CreateOrUpdateTextMessageNoTextMessageConversationBackrefInput

link GraphQL Schema definition

  • input CreateOrUpdateTextMessageNoTextMessageConversationBackrefInput {
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # String value.
  • content: String
  • # Datetime information.
  • datetimeSent: DateTime
  • # Field whose values are strictly defined with an enumeration of values.
  • direction: EmailDirectionEnum
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • messageSid: String
  • # Field whose values are strictly defined with an enumeration of values.
  • status: TextMessageStatusEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }