Files
hoppscotch/packages/hoppscotch-app/src/helpers/backend/gql/mutations/DeleteTeamEnvironment.graphql
Nivedin a568610c28 feat: team environments (#2512)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
Co-authored-by: islamzeki <islamzeki@users.noreply.github.com>
Co-authored-by: Jesvin Jose <aitchnyu@users.noreply.github.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-10-07 22:05:39 +05:30

3 lines
78 B
GraphQL

mutation DeleteTeamEnvironment($id: ID!){
deleteTeamEnvironment (id: $id )
}