Skip to content

Commit

Permalink
fix: grab more people
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Apr 29, 2024
1 parent 9dfd003 commit b39399e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/gql.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const GET_TEAM_CATEGORIES_AND_MEMBERS = gql`
Order
TeamCategoryName
Description
team_members {
team_members(pagination: { page: 1, pageSize: 100 }, sort: "Order:asc") {
data {
id
attributes {
Expand Down Expand Up @@ -507,7 +507,7 @@ export const GET_PAGE = gql`
Order
TeamCategoryName
Description
team_members {
team_members(pagination: { page: 1, pageSize: 100 }, sort: "Order:asc") {
data {
id
attributes {
Expand Down

0 comments on commit b39399e

Please sign in to comment.