mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix: pagination of access tokens (#7908)
This commit is contained in:
parent
982d042b3b
commit
70b3e19fe2
2 changed files with 9 additions and 0 deletions
5
.changeset/free-candles-appear.md
Normal file
5
.changeset/free-candles-appear.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Fix web app pagination for access tokens.
|
||||
|
|
@ -42,6 +42,10 @@ export const urqlClient = createClient({
|
|||
},
|
||||
Organization: {
|
||||
accessTokens: relayPagination(),
|
||||
allAccessTokens: relayPagination(),
|
||||
},
|
||||
Project: {
|
||||
accessTokens: relayPagination(),
|
||||
},
|
||||
},
|
||||
keys: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue