DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutAutoReactsNestedInput

    type GuildsUpdateOneRequiredWithoutAutoReactsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoReactsInput;
        create?: XOR<
            GuildsCreateWithoutAutoReactsInput,
            GuildsUncheckedCreateWithoutAutoReactsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutAutoReactsInput,
                GuildsUpdateWithoutAutoReactsInput,
            >,
            GuildsUncheckedUpdateWithoutAutoReactsInput,
        >;
        upsert?: GuildsUpsertWithoutAutoReactsInput;
    }
    Index

    Properties