diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2549a3e0..6bedc388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: node-version: 20 - name: Setup yarn - run: yarn set version 3.6.1 + run: corepack prepare yarn@3.6.1 --activate - name: Install deps uses: ./.github/actions/yarn-install diff --git a/apps/web/src/api/graphql.ts b/apps/web/src/api/graphql.ts index 00d6e40e..8e8a4bdc 100644 --- a/apps/web/src/api/graphql.ts +++ b/apps/web/src/api/graphql.ts @@ -1930,7 +1930,7 @@ export const MeetingDocument = gql` } } } - reports { + reports(pagination: { limit: 50 }) { data { id attributes { diff --git a/apps/web/src/api/queries/meeting.graphql b/apps/web/src/api/queries/meeting.graphql index 39c190e9..ef907db3 100644 --- a/apps/web/src/api/queries/meeting.graphql +++ b/apps/web/src/api/queries/meeting.graphql @@ -40,7 +40,7 @@ query Meeting($id: ID!) { } } } - reports { + reports(pagination: { limit: 50 }) { data { id attributes {