Skip to content

Commit

Permalink
fix: add pagination values to query
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-k-osmosys committed Dec 16, 2024
1 parent a1dfd5c commit bfb40f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/portal/src/app/graphql/graphql.queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export const GetProviders = gql`
status
updatedOn
}
total
offset
limit
}
}
`;
Expand Down

0 comments on commit bfb40f6

Please sign in to comment.