1: Maybe do this in another topic
2: You can use this graphql query:
query TeamMembers ($id: Int!) {
team(id: $id) {
id
hasPrivacyInvites
inviteLink {
id
code
eduSignup
}}}
1: Maybe do this in another topic
2: You can use this graphql query:
query TeamMembers ($id: Int!) {
team(id: $id) {
id
hasPrivacyInvites
inviteLink {
id
code
eduSignup
}}}