DisBot
    Preparing search index...

    Type Alias XPDropsUpsertWithWhereUniqueWithoutLevelSettingsInput

    type XPDropsUpsertWithWhereUniqueWithoutLevelSettingsInput = {
        create: XOR<
            XPDropsCreateWithoutLevelSettingsInput,
            XPDropsUncheckedCreateWithoutLevelSettingsInput,
        >;
        update: XOR<
            XPDropsUpdateWithoutLevelSettingsInput,
            XPDropsUncheckedUpdateWithoutLevelSettingsInput,
        >;
        where: XPDropsWhereUniqueInput;
    }
    Index

    Properties

    Properties