UpdateMatchmakingTicketResponse
Response object for updating a matchmaking ticket.
type UpdateMatchmakingTicketResponse {
success: Boolean!
error: UpdateMatchmakingTicketError!
}
Fields
UpdateMatchmakingTicketResponse.success ● Boolean! non-null scalar
UpdateMatchmakingTicketResponse.error ● UpdateMatchmakingTicketError! non-null enum matchmaking
Returned By
UpdateMatchmakingTicket mutation