WebhookSubscriptionsConnection
Relay Connection for Webhook Subscriptions
type WebhookSubscriptionsConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [WebhookSubscriptionsEdge!]!
}
Fields
WebhookSubscriptionsConnection.totalCount ● Int! non-null scalar
WebhookSubscriptionsConnection.pageInfo ● PageInfo! non-null object
WebhookSubscriptionsConnection.edges ● [WebhookSubscriptionsEdge!]! non-null object
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Returned By
webhookSubscriptions query