INPUT_OBJECT
CreateTextMessageNoTextMessageConversationBackrefInput
link GraphQL Schema definition
- input CreateTextMessageNoTextMessageConversationBackrefInput {
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # String value.
- String! :
- # Datetime information.
- DateTime :
- # Field whose values are strictly defined with an enumeration of values.
- EmailDirectionEnum! :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- String :
- # Field whose values are strictly defined with an enumeration of values.
- TextMessageStatusEnum :
- # Revision when entity was lastly changed.
- Int :
- }