Files
ent/examples/o2o2types/README.md
Ariel Mashraki 01c59f104c ent/doc: add edge example for o2o 2 types
Reviewed By: alexsn

Differential Revision: D17045287

fbshipit-source-id: e62bce8c1935b844aa26712bb9dc574b525a275c
2019-08-25 02:43:16 -07:00

249 B

User-Card O2O Relation Example

An example for a O2O relation between a User and Card.
In the example, a User can have only one card, and a card must have exactly one owner (required edge).

Generate Assets

go generate ./...