DeleteNotificationSubscriptionPayload
The result of deleting a notification subscription.
type DeleteNotificationSubscriptionPayload {
deleted: Boolean
}
Fields
DeleteNotificationSubscriptionPayload.deleted ● Boolean scalar common
Whether the notification subscription was deleted.
Returned By
deleteNotificationSubscription mutation