Optional
__typename?: "Report"Optional
archiveWhether this report has been archived. Events, tables, and graphs for archived reports are inaccessible unless the retrieving user has a subscription including archive access.
The report code, a unique value used to identify the report.
The end time of the report. This is a UNIX timestamp representing the timestamp of the last event contained in the report.
Optional
events?: Maybe<ReportEventPaginator>A set of paginated report events, filterable via arguments like type, source, target, ability, etc. This data is not considered frozen, and it can change without notice. Use at your own risk.
The number of exported segments in the report. This is how many segments have been processed for rankings.
Optional
fights?: Maybe<Maybe<ReportFight>[]>A set of fights with details about participating players.
Optional
graph?: Maybe<Scalars["JSON"]>A graph of information for a report, filterable via arguments like type, source, target, ability, etc. This data is not considered frozen, and it can change without notice. Use at your own risk.
Optional
guild?: Maybe<Guild>The guild that the report belongs to. If this is null, then the report was uploaded to the user's personal logs.
Optional
guildThe guild tag that the report belongs to. If this is null, then the report was not tagged.
Optional
masterData from the report's master file. This includes version info, all of the players, NPCs and pets that occur in the report, and all the game abilities used in the report.
Optional
owner?: Maybe<User>The user that uploaded the report.
Optional
phases?: Maybe<EncounterPhases[]>Phase information for all boss encounters observed in this report. This requires loading fight data, but does not double-charge API points if you load fights and phases.
Optional
playerA table of information for the players of a report, including their specs, talents, gear, etc. This data is not considered frozen, and it can change without notice. Use at your own risk.
Optional
rankedA list of all characters that ranked on kills in the report.
Optional
rankings?: Maybe<Scalars["JSON"]>Rankings information for a report, filterable to specific fights, bosses, metrics, etc. This data is not considered frozen, and it can change without notice. Use at your own risk.
Optional
region?: Maybe<Region>The region of the report.
The revision of the report. This number is increased when reports get re-exported.
The number of uploaded segments in the report.
The start time of the report. This is a UNIX timestamp representing the timestamp of the first event contained in the report.
Optional
table?: Maybe<Scalars["JSON"]>A table of information for a report, filterable via arguments like type, source, target, ability, etc. This data is not considered frozen, and it can change without notice. Use at your own risk.
A title for the report.
The visibility level of the report. The possible values are 'public', 'private', and 'unlisted'.
Optional
zone?: Maybe<Zone>The principal zone that the report contains fights for. Null if no supported zone exists.
A single report uploaded by a player to a guild or personal logs.