DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildWelcomeSetupNestedInput

    type GuildsUpdateOneRequiredWithoutGuildWelcomeSetupNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildWelcomeSetupInput;
        create?: XOR<
            GuildsCreateWithoutGuildWelcomeSetupInput,
            GuildsUncheckedCreateWithoutGuildWelcomeSetupInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildWelcomeSetupInput,
                GuildsUpdateWithoutGuildWelcomeSetupInput,
            >,
            GuildsUncheckedUpdateWithoutGuildWelcomeSetupInput,
        >;
        upsert?: GuildsUpsertWithoutGuildWelcomeSetupInput;
    }
    Index

    Properties