Add total count to vendors connection

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-27 18:48:29 +04:00
parent b2b52318f5
commit 34a6ed1223
9 changed files with 198 additions and 17 deletions

View File

@@ -23,6 +23,9 @@ export const currentTrustGraphQuery = graphql`
headquarterAddress
}
...OverviewPageFragment
vendors(first: 0) {
totalCount
}
audits(first: 50) {
edges {
node {