diff --git a/.changeset/free-candles-appear.md b/.changeset/free-candles-appear.md new file mode 100644 index 000000000..287b5faf3 --- /dev/null +++ b/.changeset/free-candles-appear.md @@ -0,0 +1,5 @@ +--- +'hive': patch +--- + +Fix web app pagination for access tokens. diff --git a/packages/web/app/src/lib/urql.ts b/packages/web/app/src/lib/urql.ts index f92424cbc..62d004813 100644 --- a/packages/web/app/src/lib/urql.ts +++ b/packages/web/app/src/lib/urql.ts @@ -42,6 +42,10 @@ export const urqlClient = createClient({ }, Organization: { accessTokens: relayPagination(), + allAccessTokens: relayPagination(), + }, + Project: { + accessTokens: relayPagination(), }, }, keys: {