zammad/zammad

View on GitHub
app/frontend/shared/entities/online-notification/graphql/mutations/delete.graphql

Summary

Maintainability
Test Coverage
mutation onlineNotificationDelete($onlineNotificationId: ID!) {
  onlineNotificationDelete(onlineNotificationId: $onlineNotificationId) {
    success
    errors {
      ...errors
    }
  }
}