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,14 @@
query CalendarQuery {
calendar {
id
title
start
end
contact
note
isArchived
createdAt
archiveNote
archivedAt
}
}