GetMatchmakingTicketResponse
Response object for getting a matchmaking ticket.
type GetMatchmakingTicketResponse {
success: Boolean!
matchmakingTicket: MatchmakingTicket
error: GetMatchmakingTicketError!
}
Fields
GetMatchmakingTicketResponse.success ● Boolean! non-null scalar
GetMatchmakingTicketResponse.matchmakingTicket ● MatchmakingTicket object matchmaking
GetMatchmakingTicketResponse.error ● GetMatchmakingTicketError! non-null enum matchmaking
Returned By
GetMatchmakingTicket query