refactor: use the unpaginated teamMembers field instead of members
This commit is contained in:
committed by
liyasthomas
parent
6c64ffe833
commit
ea99732474
@@ -2,7 +2,7 @@ query GetTeam($teamID: ID!) {
|
||||
team(teamID: $teamID) {
|
||||
id
|
||||
name
|
||||
members {
|
||||
teamMembers {
|
||||
membershipID
|
||||
user {
|
||||
uid
|
||||
|
||||
Reference in New Issue
Block a user