DisBot
    Preparing search index...

    Type Alias GuildsUpdateManyArgs<ExtArgs>

    Guilds updateMany

    type GuildsUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GuildsUpdateManyMutationInput, GuildsUncheckedUpdateManyInput>;
        limit?: number;
        where?: GuildsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update Guilds.

    limit?: number

    Limit how many Guilds to update.

    Filter which Guilds to update