6 lines
110 B
GraphQL
6 lines
110 B
GraphQL
subscription TeamEnvironmentDeleted ($teamID: ID!) {
|
|
teamEnvironmentDeleted(teamID: $teamID) {
|
|
id
|
|
}
|
|
}
|