NotificationLimitInfo
Information about notification delivery limits for a trial marketplace.
This page contains
Fields
| hasLimitApplied: Boolean! | True if this marketplace has notification limits enabled |
| maxNotifications: Int | Maximum notifications allowed, null if unlimited |
| currentCount: Int | Current count of notifications sent, null if unlimited |
| limitReached: Boolean! | Whether the limit has been reached, false if no limit applies |
Queries for NotificationLimitInfo
| notificationLimit | Returns the notification delivery limit information for the current trial marketplace. |