ENUM
KillType
A filter for kills vs wipes and encounters vs trash.
link GraphQL Schema definition
- enum KillType {
- # Include trash and encounters.
- # Only include encounters (kills and wipes).
- # Only include encounters that end in a kill.
- # Only include trash.
- # Only include encounters that end in a wipe.
- }
link Require by
- ReportA single report uploaded by a player to a guild or personal logs.
- ReportComponentFilterA broad filter for a report component. This is primarily intended to allow callers to invoke a component on a single fight and/or actor without having to encode these values in their script. If multiple fields are specified, they are treated as ANDs (so a timestamp range with a fight ID includes only events within the timestamp range AND within the fight).