4 lines
94 B
GraphQL
4 lines
94 B
GraphQL
subscription TeamCollectionRemoved($teamID: ID!) {
|
|
teamCollectionRemoved(teamID: $teamID)
|
|
}
|