INPUT_OBJECT
UpdateSparkyChatInput
UpdateSparkyChatInput is used for update SparkyChat object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateSparkyChatInput {
- # Whether or not this chat is closed. Closed chats cannot process new messages.
- : Boolean
- # The type of chat this is. Determine how messages will be processed
- : SparkyChatChatType
- # The type of entity this chat is associated with.
- : String
- : Boolean
- # The ID of the entity this chat is associated with.
- : Int
- : Boolean
- : Time
- : Time
- : ID
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- }
link Require by
This element is not required by anyone