Add total count to vendors connection
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -23,6 +23,9 @@ export const currentTrustGraphQuery = graphql`
|
||||
headquarterAddress
|
||||
}
|
||||
...OverviewPageFragment
|
||||
vendors(first: 0) {
|
||||
totalCount
|
||||
}
|
||||
audits(first: 50) {
|
||||
edges {
|
||||
node {
|
||||
|
||||
Reference in New Issue
Block a user