DisBot
    Preparing search index...

    Type Alias LevelSettingsUpdateOneWithoutGuildsNestedInput

    type LevelSettingsUpdateOneWithoutGuildsNestedInput = {
        connect?: LevelSettingsWhereUniqueInput;
        connectOrCreate?: LevelSettingsCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            LevelSettingsCreateWithoutGuildsInput,
            LevelSettingsUncheckedCreateWithoutGuildsInput,
        >;
        delete?: LevelSettingsWhereInput
        | boolean;
        disconnect?: LevelSettingsWhereInput | boolean;
        update?: XOR<
            XOR<
                LevelSettingsUpdateToOneWithWhereWithoutGuildsInput,
                LevelSettingsUpdateWithoutGuildsInput,
            >,
            LevelSettingsUncheckedUpdateWithoutGuildsInput,
        >;
        upsert?: LevelSettingsUpsertWithoutGuildsInput;
    }
    Index

    Properties

    delete?: LevelSettingsWhereInput | boolean
    disconnect?: LevelSettingsWhereInput | boolean