Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamInvitationRemoved.graphql

3 lines
93 B
GraphQL

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