DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildComponentManagerNestedInput

    type GuildsUpdateOneRequiredWithoutGuildComponentManagerNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildComponentManagerInput;
        create?: XOR<
            GuildsCreateWithoutGuildComponentManagerInput,
            GuildsUncheckedCreateWithoutGuildComponentManagerInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildComponentManagerInput,
                GuildsUpdateWithoutGuildComponentManagerInput,
            >,
            GuildsUncheckedUpdateWithoutGuildComponentManagerInput,
        >;
        upsert?: GuildsUpsertWithoutGuildComponentManagerInput;
    }
    Index

    Properties