feat(server): add doc meta for ignored docs (#12021)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **New Features**
  - Ignored documents in workspace embedding now display additional metadata, including document title, creation and update timestamps, and the names and avatars of users who created or updated the document.
- **Enhancements**
  - The list of ignored documents provides richer information for easier identification and management within the workspace.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
darkskygit
2025-04-28 11:56:09 +00:00
parent 9d21d13a5e
commit 21dc550b9d
8 changed files with 111 additions and 4 deletions
+6
View File
@@ -295,7 +295,13 @@ type CopilotWorkspaceFileTypeEdge {
type CopilotWorkspaceIgnoredDoc {
createdAt: DateTime!
createdBy: String
createdByAvatar: String
docCreatedAt: DateTime
docId: String!
docUpdatedAt: DateTime
title: String
updatedBy: String
}
type CopilotWorkspaceIgnoredDocTypeEdge {