DisBot
    Preparing search index...

    Type Alias Guilds$PollsArgs<ExtArgs>

    Guilds.Polls

    type Guilds$PollsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: PollsWhereUniqueInput;
        distinct?: Prisma.PollsScalarFieldEnum | Prisma.PollsScalarFieldEnum[];
        include?: PollsInclude<ExtArgs> | null;
        omit?: PollsOmit<ExtArgs> | null;
        orderBy?: PollsOrderByWithRelationInput | PollsOrderByWithRelationInput[];
        select?: PollsSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: PollsWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: PollsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollsOmit<ExtArgs> | null

    Omit specific fields from the Polls

    select?: PollsSelect<ExtArgs> | null

    Select specific fields to fetch from the Polls

    skip?: number
    take?: number