Files
hoppscotch/packages/hoppscotch-selfhost-web/src/api/subscriptions/UserCollectionUpdated.graphql
2023-12-13 22:43:18 +05:30

12 lines
132 B
GraphQL

subscription userCollectionUpdated {
userCollectionUpdated {
id
title
type
data
parent {
id
}
}
}