WebhookLogEdge
An edge that contains a node of type WebhookLog and a cursor.
type WebhookLogEdge {
node: WebhookLog!
cursor: String!
}
Fields
WebhookLogEdge.node
● WebhookLog!
non-null object
The WebhookLog node.
WebhookLogEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
WebhookLogConnection
object