pm-db
    Preparing search index...

    Variable CommentQueryOneSchemaConst

    CommentQueryOneSchema: ZodObject<
        {
            distinct: ZodOptional<
                ZodArray<
                    ZodEnum<
                        {
                            comment: "comment";
                            createdAt: "createdAt";
                            createdById: "createdById";
                            id: "id";
                            parentId: "parentId";
                            taskId: "taskId";
                            updatedAt: "updatedAt";
                        },
                    >,
                >,
            >;
            where: ZodOptional<
                ZodPipe<
                    ZodTransform<any, unknown>,
                    ZodObject<
                        {
                            comment: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodString,
                                        ZodObject<
                                            {
                                                contains: ...;
                                                endsWith: ...;
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                                startsWith: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                            comments: ZodOptional<
                                ZodObject<
                                    {
                                        every: ZodOptional<ZodObject<(...), (...)>>;
                                        none: ZodOptional<ZodObject<(...), (...)>>;
                                        some: ZodOptional<ZodObject<(...), (...)>>;
                                    },
                                    $strip,
                                >,
                            >;
                            createdAt: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodString,
                                        ZodObject<
                                            {
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                            createdBy: ZodOptional<
                                ZodObject<
                                    {
                                        displayName: ZodOptional<ZodUnion<(...)>>;
                                        id: ZodOptional<ZodUnion<(...)>>;
                                        slug: ZodOptional<ZodUnion<(...)>>;
                                        title: ZodOptional<ZodUnion<(...)>>;
                                        uuid: ZodOptional<ZodUnion<(...)>>;
                                    },
                                    $strip,
                                >,
                            >;
                            createdById: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodCoercedNumber<unknown>,
                                        ZodObject<
                                            {
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                            id: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodCoercedNumber<unknown>,
                                        ZodObject<
                                            {
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                            parent: ZodOptional<
                                ZodObject<
                                    {
                                        comment: ZodOptional<ZodUnion<(...)>>;
                                        createdAt: ZodOptional<ZodUnion<(...)>>;
                                        createdById: ZodOptional<ZodUnion<(...)>>;
                                        id: ZodOptional<ZodUnion<(...)>>;
                                        parentId: ZodOptional<ZodUnion<(...)>>;
                                        taskId: ZodOptional<ZodUnion<(...)>>;
                                        updatedAt: ZodOptional<ZodUnion<(...)>>;
                                    },
                                    $strip,
                                >,
                            >;
                            parentId: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodCoercedNumber<unknown>,
                                        ZodObject<
                                            {
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                            task: ZodOptional<
                                ZodObject<
                                    {
                                        createdAt: ZodOptional<ZodUnion<(...)>>;
                                        createdById: ZodOptional<ZodUnion<(...)>>;
                                        description: ZodOptional<ZodUnion<(...)>>;
                                        due: ZodOptional<ZodUnion<(...)>>;
                                        id: ZodOptional<ZodUnion<(...)>>;
                                        parentId: ZodOptional<ZodUnion<(...)>>;
                                        pointId: ZodOptional<ZodUnion<(...)>>;
                                        priorityId: ZodOptional<ZodUnion<(...)>>;
                                        resolvedAt: ZodOptional<ZodUnion<(...)>>;
                                        slug: ZodOptional<ZodUnion<(...)>>;
                                        sprintId: ZodOptional<ZodUnion<(...)>>;
                                        statusId: ZodOptional<ZodUnion<(...)>>;
                                        title: ZodOptional<ZodUnion<(...)>>;
                                        updatedAt: ZodOptional<ZodUnion<(...)>>;
                                    },
                                    $strip,
                                >,
                            >;
                            taskId: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodCoercedNumber<unknown>,
                                        ZodObject<
                                            {
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                            updatedAt: ZodOptional<
                                ZodUnion<
                                    [
                                        ZodString,
                                        ZodObject<
                                            {
                                                equals: ...;
                                                gt: ...;
                                                gte: ...;
                                                in: ...;
                                                lt: ...;
                                                lte: ...;
                                                not: ...;
                                                notIn: ...;
                                            },
                                            $strip,
                                        >,
                                    ],
                                >,
                            >;
                        },
                        $strip,
                    >,
                >,
            >;
        },
        $strip,
    > = ...