DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildLogsNestedInput

    type GuildsUpdateOneRequiredWithoutGuildLogsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildLogsInput;
        create?: XOR<
            GuildsCreateWithoutGuildLogsInput,
            GuildsUncheckedCreateWithoutGuildLogsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildLogsInput,
                GuildsUpdateWithoutGuildLogsInput,
            >,
            GuildsUncheckedUpdateWithoutGuildLogsInput,
        >;
        upsert?: GuildsUpsertWithoutGuildLogsInput;
    }
    Index

    Properties