7 lines
85 B
GraphQL
7 lines
85 B
GraphQL
subscription UserCollectionRemoved {
|
|
userCollectionRemoved {
|
|
id
|
|
type
|
|
}
|
|
}
|