CreateMatchmakingTicketRequest
Input object for creating a new matchmaking ticket.
input CreateMatchmakingTicketRequest {
matchmakingUsers: [MatchmakingUserRequest]!
arenas: [ArenaRequest]!
data: Struct!
}
Fields
CreateMatchmakingTicketRequest.matchmakingUsers ● [MatchmakingUserRequest]! non-null input matchmaking
CreateMatchmakingTicketRequest.arenas ● [ArenaRequest]! non-null input matchmaking
CreateMatchmakingTicketRequest.data ● Struct! non-null scalar common
Member Of
CreateMatchmakingTicket mutation