DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildCommandMangerNestedInput

    type GuildsUpdateOneRequiredWithoutGuildCommandMangerNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildCommandMangerInput;
        create?: XOR<
            GuildsCreateWithoutGuildCommandMangerInput,
            GuildsUncheckedCreateWithoutGuildCommandMangerInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildCommandMangerInput,
                GuildsUpdateWithoutGuildCommandMangerInput,
            >,
            GuildsUncheckedUpdateWithoutGuildCommandMangerInput,
        >;
        upsert?: GuildsUpsertWithoutGuildCommandMangerInput;
    }
    Index

    Properties