DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutAutoAutoDeletesNestedInput

    type GuildsUpdateOneRequiredWithoutAutoAutoDeletesNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoAutoDeletesInput;
        create?: XOR<
            GuildsCreateWithoutAutoAutoDeletesInput,
            GuildsUncheckedCreateWithoutAutoAutoDeletesInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutAutoAutoDeletesInput,
                GuildsUpdateWithoutAutoAutoDeletesInput,
            >,
            GuildsUncheckedUpdateWithoutAutoAutoDeletesInput,
        >;
        upsert?: GuildsUpsertWithoutAutoAutoDeletesInput;
    }
    Index

    Properties