Type Alias GuildTrackedGameUpdateManyWithWhereWithoutGameConfigInput

GuildTrackedGameUpdateManyWithWhereWithoutGameConfigInput: {
    data: XOR<GuildTrackedGameUpdateManyMutationInput, GuildTrackedGameUncheckedUpdateManyWithoutGameConfigInput>;
    where: GuildTrackedGameScalarWhereInput;
}