Skip to content

expireWebhookSignatureInput

Autogenerated input type of expireWebhookSignature

Fields

deprecated DO NOT USE
id · ID! · required · The ID of the webhook

Used By

Definition

"""
Autogenerated input type of expireWebhookSignature
"""
input expireWebhookSignatureInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the webhook
"""
id: ID!
}