Skip to main content

UpdateWebhookListenerInput

No description

input UpdateWebhookListenerInput {
id: ID!
security: UpdateWebhookListenerSecurityInput
label: String
schema: String
}

Fields
Link copied!

UpdateWebhookListenerInput.id ● ID! non-null scalar
Link copied!

UpdateWebhookListenerInput.security ● UpdateWebhookListenerSecurityInput input
Link copied!

UpdateWebhookListenerInput.label ● String scalar
Link copied!

UpdateWebhookListenerInput.schema ● String scalar
Link copied!

Member of
Link copied!

updateWebhookListener mutation