refactor(graphql): replace dashboard query with resource queries

This commit is contained in:
Ruslan Bakiev
2026-02-23 12:46:29 +07:00
parent aa465f65bd
commit d3b751db65
11 changed files with 333 additions and 281 deletions

View File

@@ -0,0 +1,12 @@
query DocumentsQuery {
documents {
id
title
type
owner
scope
updatedAt
summary
body
}
}