DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsFindFirstArgs<ExtArgs>

    GuildSpotifyNotifications findFirst

    type GuildSpotifyNotificationsFindFirstArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildSpotifyNotificationsWhereUniqueInput;
        distinct?:
            | Prisma.GuildSpotifyNotificationsScalarFieldEnum
            | Prisma.GuildSpotifyNotificationsScalarFieldEnum[];
        include?: GuildSpotifyNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildSpotifyNotificationsOmit<ExtArgs> | null;
        orderBy?:
            | GuildSpotifyNotificationsOrderByWithRelationInput
            | GuildSpotifyNotificationsOrderByWithRelationInput[];
        select?: GuildSpotifyNotificationsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildSpotifyNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildSpotifyNotifications.

    Distinct Docs

    Filter by unique combinations of GuildSpotifyNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildSpotifyNotifications

    Sorting Docs

    Determine the order of GuildSpotifyNotifications to fetch.

    Select specific fields to fetch from the GuildSpotifyNotifications

    skip?: number

    Pagination Docs

    Skip the first n GuildSpotifyNotifications.

    take?: number

    Pagination Docs

    Take ±n GuildSpotifyNotifications from the position of the cursor.

    Filter, which GuildSpotifyNotifications to fetch.