webhookEventLogs
List of webhook event logs
webhookEventLogs(
before: String
after: String
first: Int
last: Int
): WebhookEventLogCountableConnection!
Arguments
webhookEventLogs.before ● String scalar
Returns the items in the list that come before the specified cursor.
webhookEventLogs.after ● String scalar
Returns the items in the list that come after the specified cursor.
webhookEventLogs.first ● Int scalar
Returns the first n items from the list.
webhookEventLogs.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
WebhookEventLogCountableConnection object
A connection to a list of items.