Skip to main content

CreateCustomIngestionHookInput

No description

input CreateCustomIngestionHookInput {
action: CustomIngestionHookAction!
actionParams: [ActionParamInput!]!
event: String!
}

Fields

CreateCustomIngestionHookInput.action ● CustomIngestionHookAction! non-null enum

CreateCustomIngestionHookInput.actionParams ● [ActionParamInput!]! non-null input

CreateCustomIngestionHookInput.event ● String! non-null scalar

Member of

createCustomIngestionHook mutation