WebhookSubscriptionEvent
WebhookSubscriptionEvent
- id: ID!
- name: String!
Event name
- timestamp: ISO8601DateTime!
Event timestamp
- webhookResponse: WebhookResponse!
WebhookSubscriptionEventConnection
The connection type for WebhookSubscriptionEvent.
- edges: [WebhookSubscriptionEventEdge]
A list of edges.
- nodes: [WebhookSubscriptionEvent]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
- totalCount: Int!
WebhookSubscriptionEventEdge
An edge in a connection.
- cursor: String!
A cursor for use in pagination.
- node: WebhookSubscriptionEvent
The item at the end of the edge.