Skip to content

Commit

Permalink
Merge pull request #91 from YoginiTayade/adding-name-in-validatetoken…
Browse files Browse the repository at this point in the history
…-api

added name and udisecode in the validateToken api
  • Loading branch information
ankush-maherwal authored Dec 18, 2024
2 parents d6dfc26 + a6427b7 commit 858a82b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/adapters/hasura/altUser.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,12 @@ export class ALTHasuraUserService {
groupId
}
}
Student {
School {
name
udiseCode
}
}
}
}`,
variables: { username: username },
Expand Down

0 comments on commit 858a82b

Please sign in to comment.