GloEvtWebhookSubscription
Represents the webhook-based subscription.
type GloEvtWebhookSubscription implements GloEvtSubscription {
eventTypes: [String!]!
state: GloEvtSubscriptionState!
subscriptionId: String!
webHookUrl: String!
}
Fields
GloEvtWebhookSubscription.eventTypes ● [String!]! non-null scalar
Events of interest.
GloEvtWebhookSubscription.state ● GloEvtSubscriptionState! non-null enum
State of the subscription.
GloEvtWebhookSubscription.subscriptionId ● String! non-null scalar
Subscription identifier.
GloEvtWebhookSubscription.webHookUrl ● String! non-null scalar
URL of the webhook where events are delivered.
Interfaces
GloEvtSubscription interface
Represents the application subscription to some events.