Skip to content

Commit 4dbee83

Browse files
committed
add schema browser
1 parent 8b1791f commit 4dbee83

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/docs/mapping.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ The entire mapping structure can be generated using the TypeSync tool.
3131
pnpm install -g @graphprotocol/hypergraph-cli@latest
3232
hg typesync --open
3333
```
34+
35+
## Mapping Examples
36+
37+
You can search for dozens of schema/mapping examples on the [Hypergraph Schema Browser](https://schema-browser.vercel.app/).

docs/docs/schema.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@ export class Company extends Entity.Class<Company>('Company')({
5454
active: Type.Checkbox,
5555
location: Type.Point,
5656
}) {}
57-
```
57+
```
58+
59+
## Schema Examples
60+
61+
You can search for dozens of schema/mapping examples on the [Hypergraph Schema Browser](https://schema-browser.vercel.app/).

0 commit comments

Comments
 (0)