Skip to content

Commit

Permalink
Use new nais-api query structure (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen authored Nov 21, 2024
1 parent 70fb87e commit 3ff4153
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 182 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"google-auth-library": "^9.11.0",
"jsonwebtoken": "^9.0.2",
"log4js": "^6.9.1",
"unleash-server": "5.12.4"
"unleash-server": "5.12.8"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/nais-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const lookupUserQuery = `query LookupUser($email: String!) {
user(email: $email) {
name
email
teams(limit: 100) {
teams(first: 100) {
nodes {
role
team {
Expand Down
Loading

0 comments on commit 3ff4153

Please sign in to comment.