DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildLoggingNestedInput

    type GuildsUpdateOneRequiredWithoutGuildLoggingNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildLoggingInput;
        create?: XOR<
            GuildsCreateWithoutGuildLoggingInput,
            GuildsUncheckedCreateWithoutGuildLoggingInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildLoggingInput,
                GuildsUpdateWithoutGuildLoggingInput,
            >,
            GuildsUncheckedUpdateWithoutGuildLoggingInput,
        >;
        upsert?: GuildsUpsertWithoutGuildLoggingInput;
    }
    Index

    Properties