WebhookEventLogsEdge
Relay Edge for Webhook Event Logs
type WebhookEventLogsEdge implements Edge {
cursor: String!
node: WebhookEventLog!
}
Fields
WebhookEventLogsEdge.cursor
● String!
non-null scalar
WebhookEventLogsEdge.node
● WebhookEventLog!
non-null object
Interfaces
Edge
interface
Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.
Member Of
WebhookEventLogsConnection
object