Files
hoppscotch/packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/TeamEnvironmentDeleted.graphql
2022-12-02 03:05:35 -05:00

6 lines
110 B
GraphQL

subscription TeamEnvironmentDeleted ($teamID: ID!) {
teamEnvironmentDeleted(teamID: $teamID) {
id
}
}