Co-authored-by: Vivek R <123vivekr@gmail.com> Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
18 lines
224 B
GraphQL
18 lines
224 B
GraphQL
subscription UserCollectionOrderUpdated {
|
|
userCollectionOrderUpdated {
|
|
userCollection {
|
|
id
|
|
parent {
|
|
id
|
|
}
|
|
}
|
|
|
|
nextUserCollection {
|
|
id
|
|
parent {
|
|
id
|
|
}
|
|
}
|
|
}
|
|
}
|