subscriptionServiceEvents
Find service events for a given subscription
This page contains
Arguments
| subscriptionId ID! | Subscription record ID |
| first Int | Number of items to return |
| last Int | Number of items to return from the end |
| before String | Returns elements before specified cursor |
| after String | Returns elements after specified cursor |
| filter SubscriptionServiceEventsFilter PREVIEW | Filter events by type |
| orderByFilter SubscriptionServiceEventsOrderBy PREVIEW | Order events by field and direction |
Return Fields
| SubscriptionServiceEventsConnection! PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.