SubscriptionWebhookInput
No description
input SubscriptionWebhookInput {
url: URL!
headers: [InputHeader!]
secret: SubscriptionWebhookSecret
}
Fields
SubscriptionWebhookInput.url ● URL! non-null scalar
A URL where the subscription data will be POSTed to. Note that due to the sensitive nature of the data, all URLs must use HTTPS
SubscriptionWebhookInput.headers ● [InputHeader!] list input
An optional list of headers to be included with the POST request.
SubscriptionWebhookInput.secret ● SubscriptionWebhookSecret input
An optional secret used to sign the webhook payload