diff --git a/apps/portal/src/app/graphql/graphql.queries.ts b/apps/portal/src/app/graphql/graphql.queries.ts index 83545c7c..d25338a1 100644 --- a/apps/portal/src/app/graphql/graphql.queries.ts +++ b/apps/portal/src/app/graphql/graphql.queries.ts @@ -105,6 +105,9 @@ export const GetProviders = gql` status updatedOn } + total + offset + limit } } `;