INPUT_OBJECT
CreateOrUpdateChatConversationInput
link GraphQL Schema definition
- input CreateOrUpdateChatConversationInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Whole natural number.
- : Int
- # Relations to TextMessages.
- : [CreateOrUpdateTextMessageNoChatConversationBackrefInput!]
- }