Type Alias ProgressRaceData

ProgressRaceData: {
    __typename?: "ProgressRaceData";
    detailedComposition?: Maybe<Scalars["JSON"]>;
    progressRace?: Maybe<Scalars["JSON"]>;
}

A way to obtain data for the top guilds involved in an ongoing world first or realm first progress race.

Type declaration

  • Optional__typename?: "ProgressRaceData"
  • OptionaldetailedComposition?: Maybe<Scalars["JSON"]>

    Detailed composition data for a given guild and encounter.

  • OptionalprogressRace?: Maybe<Scalars["JSON"]>

    Progress race information including best percentages, pull counts and streams for top guilds. This API is only active when there is an ongoing race. The format of this JSON may change without notice and is not considered frozen.