Query

broadcast
企業

Get a Broadcast by it's ID.

Arguments

Name
Description
id: UUID!
The ID of the broadcast.

match

Get a match by ID. A match can be part of a larger competition type such as a tournament or matchmaking queue, or created as a custom game.

Arguments

Name
Description
matchId: UUID!

ownCupEligibility
企業

Description of whether the user is eligible to join the competition.

Arguments

Name
Description

cup
企業

Get a cup by its ID.

Arguments

Name
Description
id: UUID!

searchCups
企業

Search for cups.

Arguments

Name
Description
limit: Int
skip: Int
descending: Boolean

cupsForGame
企業

Search for cups based on search input critera.

Arguments

Name
Description
after: String
Returns the elements in the list that come after the specified cursor.
first: Int
Returns the first _n_ elements from the list.

gameTitle

Get a game title.

Arguments

Name
Description
Identifier for the game.

leaderboard
コア

Get leaderboard by ID.

Arguments

Name
Description
id: UUID!

matchmakingQueuesForGame
コア

Find match making queues in a specific game title.

Arguments

Name
Description
gameSlug: String!

matchmakingQueue
コア

Find matchmaking queue by ID.

Arguments

Name
Description
queueId: UUID!

me

Get the authenticated user's profile. This can be used as a starting point to find the activities (e.g. tournaments) the user is participating in.

space

Get a Space by its slug.

Arguments

Name
Description
Identifier for the Space.
slug: String
Case-insensitive slug for the Space, i.e ~/s/{slug}

userActiveSubscriptionsByPerk

Get the active subscriptions that grant a specific perk to a user.

Arguments

Name
Description
userId: UUID!
The user ID to check active subscriptions for.
catalogId: UUID!
The subscription catalog ID for context.
perkId: UUID!
The subscription perk ID to check for.

team

Get a team by ID.

Arguments

Name
Description
id: UUID!
The public ID of the team, (~/teams/<team-id>).

laddersForGame

Find ladders in a specific game title.

Arguments

Name
Description

laddersForSpace

ladder

ownTournamentEligibility

Summarizes whether a user meets the requirements to participate in the tournament.

Arguments

Name
Description

tournamentsForGame

Find tournaments in a specific game title.

Arguments

Name
Description

tournamentsForSpace

Find tournaments in a specific Space.

Arguments

Name
Description

tournamentLegacyDataLoader

Get tournament by ID.

Arguments

Name
Description
tournamentId: UUID!

tournament

Get tournament by ID.

Arguments

Name
Description
tournamentId: UUID!

tournamentLineup

Get tournament lineup by ID.

Arguments

Name
Description
id: UUID!

matchSeries

Get a match series by ID.

Arguments

Name
Description
matchSeriesId: UUID!

user

Get a user by their user ID, as found on ~/users/<user-id>.

Arguments

Name
Description
userId: UUID!