Skip to content

expireWebhookSignaturePayload

Autogenerated return type of expireWebhookSignature.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of expireWebhookSignature.
"""
type expireWebhookSignaturePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
webhook: Webhook
}