SubscriptionWebhookInput
No description
input SubscriptionWebhookInput {
url: URL!
headers: [InputHeader!]
secret: SubscriptionWebhookSecret
}
Fields
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
headers
● [InputHeader!]
list input
An optional list of headers to be included with the POST request.
secret
● SubscriptionWebhookSecret
input
An optional secret used to sign the webhook payload