INPUT_OBJECT

CreateTextMessageInput

link GraphQL Schema definition

  • input CreateTextMessageInput {
  • clientMutationId: String
  • # 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
  • # Relation to single entity instance.
  • textMessageConversationId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by