@stigg/node-server-sdk - v4.23.0

    Type Alias TaskTypeFilterComparison

    type TaskTypeFilterComparison = {
        eq?: InputMaybe<TaskType>;
        gt?: InputMaybe<TaskType>;
        gte?: InputMaybe<TaskType>;
        iLike?: InputMaybe<TaskType>;
        in?: InputMaybe<TaskType[]>;
        is?: InputMaybe<Scalars["Boolean"]>;
        isNot?: InputMaybe<Scalars["Boolean"]>;
        like?: InputMaybe<TaskType>;
        lt?: InputMaybe<TaskType>;
        lte?: InputMaybe<TaskType>;
        neq?: InputMaybe<TaskType>;
        notILike?: InputMaybe<TaskType>;
        notIn?: InputMaybe<TaskType[]>;
        notLike?: InputMaybe<TaskType>;
    }
    Index

    Properties

    notILike?: InputMaybe<TaskType>
    notIn?: InputMaybe<TaskType[]>
    notLike?: InputMaybe<TaskType>
    MMNEPVFCICPMFPCPTTAAATR