WebhookEdge
An edge in a connection.
type WebhookEdge {
cursor: String!
node: Webhook
}
Fields
WebhookEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
WebhookEdge.node ● Webhook object common
The item at the end of the edge.
Member of
WebhookConnection object