UserWebhookInput
No description
input UserWebhookInput { url: String! events: [WebhookEvent!]! query: String!}Fields
Section titled “Fields”UserWebhookInput.url ● String!non-nullscalar {#url}
Section titled “UserWebhookInput.url ● String! {#url}”UserWebhookInput.events ● [WebhookEvent!]!non-nullenum {#events}
Section titled “UserWebhookInput.events ● [WebhookEvent!]! {#events}”UserWebhookInput.query ● String!non-nullscalar {#query}
Section titled “UserWebhookInput.query ● String! {#query}”Member Of
Section titled “Member Of”createUserWebhook mutation