INPUT_OBJECT
UpdateChatConversationInput
link GraphQL Schema definition
- input UpdateChatConversationInput {
- : String
- # Unique identifier of entity.
- : ID!
- # 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.
- : [CreateOrUpdateTextMessageNoChatConversationBackrefInput!]
- }