object WebhookEdge
A Relay edge containing a Webhook and its cursor.
Fields
| Field | Type | Description |
|---|---|---|
node | Webhook | The item at the end of the edge |
cursor | String! | A cursor for use in pagination |
Referenced By
- WebhookConnection Type
Example
{
"node": Webhook,
"cursor": "abc123"
}