@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias AccessTokenFindFirstArgs<ExtArgs>

    AccessToken findFirst

    type AccessTokenFindFirstArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        cursor?: AccessTokenWhereUniqueInput;
        distinct?: | Prisma.AccessTokenScalarFieldEnum
        | Prisma.AccessTokenScalarFieldEnum[];
        include?: AccessTokenInclude<ExtArgs>
        | null;
        omit?: AccessTokenOmit<ExtArgs> | null;
        orderBy?:
            | AccessTokenOrderByWithRelationInput
            | AccessTokenOrderByWithRelationInput[];
        select?: AccessTokenSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: AccessTokenWhereInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    Cursor Docs

    Sets the position for searching for AccessTokens.

    Distinct Docs

    Filter by unique combinations of AccessTokens.

    include?: AccessTokenInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: AccessTokenOmit<ExtArgs> | null

    Omit specific fields from the AccessToken

    Sorting Docs

    Determine the order of AccessTokens to fetch.

    select?: AccessTokenSelect<ExtArgs> | null

    Select specific fields to fetch from the AccessToken

    skip?: number

    Pagination Docs

    Skip the first n AccessTokens.

    take?: number

    Pagination Docs

    Take ±n AccessTokens from the position of the cursor.

    Filter, which AccessToken to fetch.