Type alias BatchMigrationUpdateWebhookInput

BatchMigrationUpdateWebhookInput: {
    description?: InputMaybe<Scalars["String"]>;
    headers?: InputMaybe<Scalars["JSON"]>;
    includePayload?: InputMaybe<Scalars["Boolean"]>;
    isActive?: InputMaybe<Scalars["Boolean"]>;
    isSystem?: InputMaybe<Scalars["Boolean"]>;
    method?: InputMaybe<WebhookMethod>;
    models?: InputMaybe<Scalars["ID"][]>;
    name?: InputMaybe<Scalars["String"]>;
    secretKey?: InputMaybe<Scalars["String"]>;
    stages?: InputMaybe<Scalars["ID"][]>;
    triggerActions?: InputMaybe<WebhookTriggerAction[]>;
    triggerSources?: InputMaybe<WebhookTriggerSource[]>;
    triggerType?: InputMaybe<WebhookTriggerType>;
    url?: InputMaybe<Scalars["String"]>;
    webhookId: Scalars["ID"];
}

Type declaration

Generated using TypeDoc