DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildChannelLinksNestedInput

    type GuildsUpdateOneRequiredWithoutGuildChannelLinksNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildChannelLinksInput;
        create?: XOR<
            GuildsCreateWithoutGuildChannelLinksInput,
            GuildsUncheckedCreateWithoutGuildChannelLinksInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildChannelLinksInput,
                GuildsUpdateWithoutGuildChannelLinksInput,
            >,
            GuildsUncheckedUpdateWithoutGuildChannelLinksInput,
        >;
        upsert?: GuildsUpsertWithoutGuildChannelLinksInput;
    }
    Index

    Properties