DeleteMatchmakingUserResponse
Response object for deleting a matchmaking user.
type DeleteMatchmakingUserResponse {
success: Boolean!
error: DeleteMatchmakingUserError!
}
Fields
DeleteMatchmakingUserResponse.success ● Boolean! non-null scalar
DeleteMatchmakingUserResponse.error ● DeleteMatchmakingUserError! non-null enum matchmaking
Returned By
DeleteMatchmakingUser mutation