WebhookSubscriptionsEdge
Relay Edge for Webhook Subscriptions
type WebhookSubscriptionsEdge implements Edge {
cursor: String!
node: WebhookSubscription!
}
Fields
WebhookSubscriptionsEdge.cursor
● String!
non-null scalar
WebhookSubscriptionsEdge.node
● WebhookSubscription!
non-null object
Interfaces
Edge
interface
Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.