WorkflowChat
No description
type WorkflowChat {
chatId: Long!
organizationId: Long!
subjectKind: ChatSubjectKind!
subjectId: Long!
processId: Long
name: String!
status: ChatStatus!
settings: ChatSettings!
graph: String
lastEventSeq: Long!
createdAt: String!
updatedAt: String!
}
Fields
WorkflowChat.chatId ● Long! non-null scalar
WorkflowChat.organizationId ● Long! non-null scalar
WorkflowChat.subjectKind ● ChatSubjectKind! non-null enum
WorkflowChat.subjectId ● Long! non-null scalar
WorkflowChat.processId ● Long scalar
WorkflowChat.name ● String! non-null scalar
WorkflowChat.status ● ChatStatus! non-null enum
WorkflowChat.settings ● ChatSettings! non-null object
WorkflowChat.graph ● String scalar
WorkflowChat.lastEventSeq ● Long! non-null scalar
WorkflowChat.createdAt ● String! non-null scalar
WorkflowChat.updatedAt ● String! non-null scalar
Member Of
AiChatMutations object ● AiChatQueries object ● ChatDataGql object