Type alias BatchMigrationCreateWebhookInput

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

Type declaration

Generated using TypeDoc