CreateMatchmakingTicketResponse
Response object for creating a matchmaking ticket.
type CreateMatchmakingTicketResponse {
success: Boolean!
id: Uint64
error: CreateMatchmakingTicketError!
}
Fields
CreateMatchmakingTicketResponse.success ● Boolean! non-null scalar
CreateMatchmakingTicketResponse.id ● Uint64 scalar common
CreateMatchmakingTicketResponse.error ● CreateMatchmakingTicketError! non-null enum matchmaking
Returned By
CreateMatchmakingTicket mutation