DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonFindFirstOrThrowArgs<ExtArgs>

    DiscordGuildAddon findFirstOrThrow

    type DiscordGuildAddonFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: DiscordGuildAddonWhereUniqueInput;
        distinct?:
            | Prisma.DiscordGuildAddonScalarFieldEnum
            | Prisma.DiscordGuildAddonScalarFieldEnum[];
        include?: DiscordGuildAddonInclude<ExtArgs>
        | null;
        omit?: DiscordGuildAddonOmit<ExtArgs> | null;
        orderBy?:
            | DiscordGuildAddonOrderByWithRelationInput
            | DiscordGuildAddonOrderByWithRelationInput[];
        select?: DiscordGuildAddonSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: DiscordGuildAddonWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for DiscordGuildAddons.

    Distinct Docs

    Filter by unique combinations of DiscordGuildAddons.

    Choose, which related nodes to fetch as well

    Omit specific fields from the DiscordGuildAddon

    Sorting Docs

    Determine the order of DiscordGuildAddons to fetch.

    Select specific fields to fetch from the DiscordGuildAddon

    skip?: number

    Pagination Docs

    Skip the first n DiscordGuildAddons.

    take?: number

    Pagination Docs

    Take ±n DiscordGuildAddons from the position of the cursor.

    Filter, which DiscordGuildAddon to fetch.