diegohaz / diegohaz/rest

How to add reference model

Open
#263 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
304
PR merge metrics
No merged PRs in 30d

Description

How to generate the below case??

If i want to add reference to a column for eaxmple:

User = {
name: String,
email: String,
**address: {
type : mongoose.Type.ObjectId,
ref: "Address"
}**
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.