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.
  • 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
  • # The ID of the entity this chat is associated with.
  • entityid: Int
  • createdAt: Time
  • updatedAt: Time
  • userID: ID!
  • messageIDs: [ID!]
  • commentID: ID
  • analysisID: ID
  • }

link Require by

This element is not required by anyone