Files
hoppscotch/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/TeamInvitationRemoved.graphql
2023-03-21 16:05:01 +05:30

3 lines
93 B
GraphQL

subscription TeamInvitationRemoved($teamID: ID!) {
teamInvitationRemoved(teamID: $teamID)
}