A page of model event webhook callbacks. In order to access the next page,
call modelEventWebhookCallbacks
again with all parameters the same except passing in nextOffset
for offset
.
- type ModelEventWebhookCallbackList {
- # The id of the next page.
- # This will not be specified if there is no next page.
- String :
- # The total number of callbacks registered.
- Int! :
- # Up to `pageSize` registered callbacks.
- ModelEventWebhookCallback!] : [
- }