INPUT_OBJECT
CreateChatConversationInput
link GraphQL Schema definition
- input CreateChatConversationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the owning user.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : ChatConversationTypeEnum
- # Messages exchanged in the conversation, in chronological order.
- : [CreateTextMessageNoChatConversationBackrefInput!]
- }