6 lines
78 B
GraphQL
6 lines
78 B
GraphQL
subscription UserEnvironmentDeleted {
|
|
userEnvironmentDeleted {
|
|
id
|
|
}
|
|
}
|