12 lines
132 B
GraphQL
12 lines
132 B
GraphQL
subscription userCollectionUpdated {
|
|
userCollectionUpdated {
|
|
id
|
|
title
|
|
type
|
|
data
|
|
parent {
|
|
id
|
|
}
|
|
}
|
|
}
|