SubscriptionHandle
No description
type SubscriptionHandle {
subscriptionId: String
responseFragment: String
webhookUrl: String
createdAt: DateTime
lastEventAt: DateTime
}
Fields
SubscriptionHandle.subscriptionId ● String scalar
Unique identifier for the subscription
SubscriptionHandle.responseFragment ● String scalar
GraphQL response fragment
SubscriptionHandle.webhookUrl ● String scalar
Webhook callback URL
SubscriptionHandle.createdAt ● DateTime scalar
When the subscription was created
SubscriptionHandle.lastEventAt ● DateTime scalar
When the last event was received
Returned By
webhookSubscriptions query