GetMatchmakingTicketsResponse
Response object for getting a list of matchmaking tickets.
type GetMatchmakingTicketsResponse {
success: Boolean!
matchmakingTickets: [MatchmakingTicket]
error: GetMatchmakingTicketsError!
}
Fields
GetMatchmakingTicketsResponse.success ● Boolean! non-null scalar
GetMatchmakingTicketsResponse.matchmakingTickets ● [MatchmakingTicket] list object matchmaking
GetMatchmakingTicketsResponse.error ● GetMatchmakingTicketsError! non-null enum matchmaking
Returned By
GetMatchmakingTickets query