WebhookHeaderInput
Key-value pair for webhook request headers.
input WebhookHeaderInput {
key: String!
value: String!
}
Fields
WebhookHeaderInput.key ● String! non-null scalar
WebhookHeaderInput.value ● String! non-null scalar
Member Of
CreateWebhookInput input ● UpdateWebhookInput input