DeleteMatchmakingTicketResponse
Response object for deleting a matchmaking ticket.
type DeleteMatchmakingTicketResponse {
success: Boolean!
error: DeleteMatchmakingTicketError!
}
Fields
DeleteMatchmakingTicketResponse.success ● Boolean! non-null scalar
DeleteMatchmakingTicketResponse.error ● DeleteMatchmakingTicketError! non-null enum matchmaking
Returned By
DeleteMatchmakingTicket mutation