pinax-network / supported-networks

The Graph supported networks
MIT License
1 stars 0 forks source link

Relationship definitions #24

Open YaroShkvorets opened 12 hours ago

YaroShkvorets commented 12 hours ago

There can be multiple relationship types:

Implement a way to define that without adding more fields

YaroShkvorets commented 6 hours ago

Replaced "tesnetOf" and "childOf" fields with "relationships" array field where you can define multiple types of relationship without breaking the schema. For now we have the following enum variants: "testnetOf", "beaconOf", "l2Of".