OBJECT
The ReportMap represents a single map that a fight can occur on.
type ReportMap {# The file of the map if one exists.file: String # The map's game ID.id: Int! # The name of the map if one exists.name: String }