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