INPUT_OBJECT
CreateSparkyChatInput
CreateSparkyChatInput is used for create SparkyChat object. Input was generated by ent.
link GraphQL Schema definition
- input CreateSparkyChatInput {
- # 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
- # The ID of the entity this chat is associated with.
- : Int
- : Time
- : Time
- : ID!
- : [ID!]
- : ID
- : ID
- }
link Require by
This element is not required by anyone