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 93c0d7f commit 9483cf3Copy full SHA for 9483cf3
website/pages/en/quick-start.mdx
@@ -88,7 +88,7 @@ The `init` command in the previous step creates a scaffold subgraph that you can
88
When making changes to the subgraph, you will mainly work with three files:
89
90
- 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.
+- 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
94
For a detailed breakdown on how to write your subgraph, check out [Creating a Subgraph](/developing/creating-a-subgraph/).
0 commit comments