3 lines
93 B
GraphQL
3 lines
93 B
GraphQL
subscription TeamInvitationRemoved($teamID: ID!) {
|
|
teamInvitationRemoved(teamID: $teamID)
|
|
} |