DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutLevelSettingsNestedInput

    type GuildsUpdateOneRequiredWithoutLevelSettingsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutLevelSettingsInput;
        create?: XOR<
            GuildsCreateWithoutLevelSettingsInput,
            GuildsUncheckedCreateWithoutLevelSettingsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutLevelSettingsInput,
                GuildsUpdateWithoutLevelSettingsInput,
            >,
            GuildsUncheckedUpdateWithoutLevelSettingsInput,
        >;
        upsert?: GuildsUpsertWithoutLevelSettingsInput;
    }
    Index

    Properties