INPUT_OBJECT
CreateChatConversationInput
link GraphQL Schema definition
- input CreateChatConversationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : ChatConversationTypeEnum
- # Relations to TextMessages.
- : [CreateTextMessageNoChatConversationBackrefInput!]
- }