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

    Type Alias UserUpdateOneRequiredWithoutUserRolesNestedInput

    type UserUpdateOneRequiredWithoutUserRolesNestedInput = {
        connect?: UserWhereUniqueInput;
        connectOrCreate?: UserCreateOrConnectWithoutUserRolesInput;
        create?: Prisma.XOR<
            UserCreateWithoutUserRolesInput,
            UserUncheckedCreateWithoutUserRolesInput,
        >;
        update?: Prisma.XOR<
            Prisma.XOR<
                UserUpdateToOneWithWhereWithoutUserRolesInput,
                UserUpdateWithoutUserRolesInput,
            >,
            UserUncheckedUpdateWithoutUserRolesInput,
        >;
        upsert?: UserUpsertWithoutUserRolesInput;
    }
    Index

    Properties