Files
hoppscotch/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/ToggleSMTP.graphql

4 lines
79 B
GraphQL

mutation ToggleSMTP($status: ServiceStatus!) {
toggleSMTP(status: $status)
}