nestjs-temporal-core
    Preparing search index...

    Interface QueryOptions

    Options for configuring query methods via

    decorator.

    @QueryMethod('getOrderStatus')
    getStatus(): string {
    return this.currentStatus;
    }
    interface QueryOptions {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string