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

4 lines
94 B
GraphQL

subscription TeamCollectionRemoved($teamID: ID!) {
teamCollectionRemoved(teamID: $teamID)
}