DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutAutoPublishNestedInput

    type GuildsUpdateOneRequiredWithoutAutoPublishNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoPublishInput;
        create?: XOR<
            GuildsCreateWithoutAutoPublishInput,
            GuildsUncheckedCreateWithoutAutoPublishInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutAutoPublishInput,
                GuildsUpdateWithoutAutoPublishInput,
            >,
            GuildsUncheckedUpdateWithoutAutoPublishInput,
        >;
        upsert?: GuildsUpsertWithoutAutoPublishInput;
    }
    Index

    Properties