fix: pagination of access tokens (#7908)

This commit is contained in:
Laurin 2026-03-25 14:02:44 +01:00 committed by GitHub
parent 982d042b3b
commit 70b3e19fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'hive': patch
---
Fix web app pagination for access tokens.

View file

@ -42,6 +42,10 @@ export const urqlClient = createClient({
},
Organization: {
accessTokens: relayPagination(),
allAccessTokens: relayPagination(),
},
Project: {
accessTokens: relayPagination(),
},
},
keys: {