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,13 @@
query ContactsQuery {
contacts {
id
name
avatar
company
country
location
channels
lastContactAt
description
}
}