UpdateMatchmakingUserResponse
Response object for updating a matchmaking user.
type UpdateMatchmakingUserResponse {
success: Boolean!
error: UpdateMatchmakingUserError!
}
Fields
UpdateMatchmakingUserResponse.success ● Boolean! non-null scalar
UpdateMatchmakingUserResponse.error ● UpdateMatchmakingUserError! non-null enum matchmaking
Returned By
UpdateMatchmakingUser mutation