DisBot
    Preparing search index...

    Type Alias UsersUpdateOneRequiredWithoutLevelsNestedInput

    type UsersUpdateOneRequiredWithoutLevelsNestedInput = {
        connect?: UsersWhereUniqueInput;
        connectOrCreate?: UsersCreateOrConnectWithoutLevelsInput;
        create?: XOR<
            UsersCreateWithoutLevelsInput,
            UsersUncheckedCreateWithoutLevelsInput,
        >;
        update?: XOR<
            XOR<
                UsersUpdateToOneWithWhereWithoutLevelsInput,
                UsersUpdateWithoutLevelsInput,
            >,
            UsersUncheckedUpdateWithoutLevelsInput,
        >;
        upsert?: UsersUpsertWithoutLevelsInput;
    }
    Index

    Properties