DisBot
    Preparing search index...

    Type Alias VanitysUpdateOneRequiredWithoutEmbedNestedInput

    type VanitysUpdateOneRequiredWithoutEmbedNestedInput = {
        connect?: VanitysWhereUniqueInput;
        connectOrCreate?: VanitysCreateOrConnectWithoutEmbedInput;
        create?: XOR<
            VanitysCreateWithoutEmbedInput,
            VanitysUncheckedCreateWithoutEmbedInput,
        >;
        update?: XOR<
            XOR<
                VanitysUpdateToOneWithWhereWithoutEmbedInput,
                VanitysUpdateWithoutEmbedInput,
            >,
            VanitysUncheckedUpdateWithoutEmbedInput,
        >;
        upsert?: VanitysUpsertWithoutEmbedInput;
    }
    Index

    Properties