We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1791f commit 4dbee83Copy full SHA for 4dbee83
2 files changed
docs/docs/mapping.md
@@ -31,3 +31,7 @@ The entire mapping structure can be generated using the TypeSync tool.
31
pnpm install -g @graphprotocol/hypergraph-cli@latest
32
hg typesync --open
33
```
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
@@ -54,4 +54,8 @@ export class Company extends Entity.Class<Company>('Company')({
54
active: Type.Checkbox,
55
location: Type.Point,
56
}) {}
57
-```
+```
58
59
+## Schema Examples
60
61
0 commit comments