You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/developing/graph-ts/api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: AssemblyScript API
7
7
Learn what built-in APIs can be used when writing subgraph mappings. There are two kinds of APIs available out of the box:
8
8
9
9
- The [Graph TypeScript library](https://github.com/graphprotocol/graph-tooling/tree/main/packages/ts) (`graph-ts`)
10
-
- Code generated from subgraph files by `graph codegen`.
10
+
- Code generated from subgraph files by `graph codegen`
11
11
12
12
You can also add other libraries as dependencies, as long as they are compatible with [AssemblyScript](https://github.com/AssemblyScript/assemblyscript).
0 commit comments