Skip to content

expireWebhookSignatureInput

Autogenerated input type of expireWebhookSignature

Fields

id · ID! · required · The ID of the webhook

Used By

Definition

"""
Autogenerated input type of expireWebhookSignature
"""
input expireWebhookSignatureInput {
"""
The ID of the webhook
"""
id: ID!
}