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 2398272 commit 93c0d7fCopy full SHA for 93c0d7f
website/pages/en/quick-start.mdx
@@ -87,7 +87,7 @@ The `init` command in the previous step creates a scaffold subgraph that you can
87
88
When making changes to the subgraph, you will mainly work with three files:
89
90
-- Manifest (`subgraph.yaml`) - defines what data sources your subgraphs will index.
+- Manifest (`subgraph.yaml`) - defines what data sources your subgraph will index.
91
- Schema (`schema. graphql`) - defines what data you wish to retrieve from the subgraph.
92
- AssemblyScript Mappings (`mapping.ts`) - translates data from your data sources to the entities defined in the schema.
93
0 commit comments