webhookSubscriptionid.| Name | Description |
|---|---|
String! | The value of WebhookSubscription.id for the requested object. |
| Name | Description |
|---|---|
WebhookSubscription | A subscription for a given event type and scheme to be delivered via webhook.Events are delivered in batches with a HTTP POST request to the specified subscription URL. |
query ($id: String!) {
webhookSubscription(id: $id) {
hirerId {
value
}
id {
value
}
schemeId
}
}