Set laod people to 1000

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-21 18:02:44 +02:00
parent e227b59208
commit 2f3df4d627
14 changed files with 48 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ const peopleQuery = graphql`
query PeopleGraphQuery($organizationId: ID!, $filter: PeopleFilter) {
organization: node(id: $organizationId) {
... on Organization {
peoples(first: 100, orderBy: { direction: ASC, field: FULL_NAME }, filter: $filter) {
peoples(first: 1000, orderBy: { direction: ASC, field: FULL_NAME }, filter: $filter) {
edges {
node {
id