Type Alias GuildDropsGameUpdateManyArgs<ExtArgs>

GuildDropsGameUpdateManyArgs<ExtArgs>: {
    data: XOR<GuildDropsGameUpdateManyMutationInput, GuildDropsGameUncheckedUpdateManyInput>;
    limit?: number;
    where?: GuildDropsGameWhereInput;
}

GuildDropsGame updateMany

Type Parameters

Type declaration