DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildFeatureToggleNestedInput

    type GuildsUpdateOneRequiredWithoutGuildFeatureToggleNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildFeatureToggleInput;
        create?: XOR<
            GuildsCreateWithoutGuildFeatureToggleInput,
            GuildsUncheckedCreateWithoutGuildFeatureToggleInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildFeatureToggleInput,
                GuildsUpdateWithoutGuildFeatureToggleInput,
            >,
            GuildsUncheckedUpdateWithoutGuildFeatureToggleInput,
        >;
        upsert?: GuildsUpsertWithoutGuildFeatureToggleInput;
    }
    Index

    Properties