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.
  • closed: Boolean
  • # The type of chat this is. Determine how messages will be processed
  • chattype: SparkyChatChatType
  • # The type of entity this chat is associated with.
  • entitytype: String
  • clearEntityType: Boolean
  • # The ID of the entity this chat is associated with.
  • entityid: Int
  • clearEntityID: Boolean
  • createdAt: Time
  • updatedAt: Time
  • userID: ID
  • addMessageIDs: [ID!]
  • removeMessageIDs: [ID!]
  • clearMessages: Boolean
  • commentID: ID
  • clearComment: Boolean
  • analysisID: ID
  • clearAnalysis: Boolean
  • }

link Require by

This element is not required by anyone