DisBot
    Preparing search index...

    Type Alias GiveawaysFindFirstArgs<ExtArgs>

    Giveaways findFirst

    type GiveawaysFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GiveawaysWhereUniqueInput;
        distinct?:
            | Prisma.GiveawaysScalarFieldEnum
            | Prisma.GiveawaysScalarFieldEnum[];
        include?: GiveawaysInclude<ExtArgs>
        | null;
        omit?: GiveawaysOmit<ExtArgs> | null;
        orderBy?:
            | GiveawaysOrderByWithRelationInput
            | GiveawaysOrderByWithRelationInput[];
        select?: GiveawaysSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GiveawaysWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for Giveaways.

    Distinct Docs

    Filter by unique combinations of Giveaways.

    include?: GiveawaysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GiveawaysOmit<ExtArgs> | null

    Omit specific fields from the Giveaways

    Sorting Docs

    Determine the order of Giveaways to fetch.

    select?: GiveawaysSelect<ExtArgs> | null

    Select specific fields to fetch from the Giveaways

    skip?: number

    Pagination Docs

    Skip the first n Giveaways.

    take?: number

    Pagination Docs

    Take ±n Giveaways from the position of the cursor.

    Filter, which Giveaways to fetch.