Skip to content

Commit 7246fbd

Browse files
committed
edits
1 parent 56d0d0c commit 7246fbd

File tree

1 file changed

+4
-2
lines changed
  • website/pages/en/developing/graph-ts

1 file changed

+4
-2
lines changed

website/pages/en/developing/graph-ts/api.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ title: AssemblyScript API
44

55
> Note: if you created a subgraph prior to `graph-cli`/`graph-ts` version `0.22.0`, you're using an older version of AssemblyScript, we recommend taking a look at the [`Migration Guide`](/release-notes/assemblyscript-migration-guide)
66
7-
This page documents what built-in APIs can be used when writing subgraph mappings. Two kinds of APIs are available out of the box:
7+
Learn what built-in APIs can be used when writing subgraph mappings. There are two kinds of APIs available out of the box:
88

99
- the [Graph TypeScript library](https://github.com/graphprotocol/graph-tooling/tree/main/packages/ts) (`graph-ts`) and
1010
- code generated from subgraph files by `graph codegen`.
1111

12-
It is also possible to add other libraries as dependencies, as long as they are compatible with [AssemblyScript](https://github.com/AssemblyScript/assemblyscript). Since this is the language mappings are written in, the [AssemblyScript wiki](https://github.com/AssemblyScript/assemblyscript/wiki) is a good source for language and standard library features.
12+
You can also add other libraries as dependencies, as long as they are compatible with [AssemblyScript](https://github.com/AssemblyScript/assemblyscript).
13+
14+
Since language mappings are written in Assembly script, it is useful to review the language and standard library features from the [AssemblyScript wiki](https://github.com/AssemblyScript/assemblyscript/wiki).
1315

1416
## API Reference
1517

0 commit comments

Comments
 (0)