Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamCollectionAdded.graphql
2022-02-04 15:37:32 +05:30

10 lines
141 B
GraphQL

subscription TeamCollectionAdded($teamID: ID!) {
teamCollectionAdded(teamID: $teamID) {
id
title
parent {
id
}
}
}