DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGiveawaysNestedInput

    type GuildsUpdateOneRequiredWithoutGiveawaysNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGiveawaysInput;
        create?: XOR<
            GuildsCreateWithoutGiveawaysInput,
            GuildsUncheckedCreateWithoutGiveawaysInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGiveawaysInput,
                GuildsUpdateWithoutGiveawaysInput,
            >,
            GuildsUncheckedUpdateWithoutGiveawaysInput,
        >;
        upsert?: GuildsUpsertWithoutGiveawaysInput;
    }
    Index

    Properties