Type Alias GuildGameCategoryRouteUpdateManyWithWhereWithoutGameConfigInput

GuildGameCategoryRouteUpdateManyWithWhereWithoutGameConfigInput: {
    data: XOR<GuildGameCategoryRouteUpdateManyMutationInput, GuildGameCategoryRouteUncheckedUpdateManyWithoutGameConfigInput>;
    where: GuildGameCategoryRouteScalarWhereInput;
}