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
- # Field whose values are strictly defined with an enumeration of values.
- : ChatConversationTypeEnum
- # Relations to TextMessages.
- : [CreateOrUpdateTextMessageNoChatConversationBackrefInput!]
- }