WebhookEventLogsConnection
Relay Connection for Webhook Eventlog
type WebhookEventLogsConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [WebhookEventLogsEdge!]!
}
Fields
WebhookEventLogsConnection.totalCount
● Int!
non-null scalar
WebhookEventLogsConnection.pageInfo
● PageInfo!
non-null object
WebhookEventLogsConnection.edges
● [WebhookEventLogsEdge!]!
non-null object
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Returned By
webhookEventLogs
query
Member Of
WebhookSubscription
object