We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34726ef commit b2280b2Copy full SHA for b2280b2
1 file changed
website/src/pages/en/subgraphs/guides/subgraph-linter.mdx
@@ -9,7 +9,7 @@ It complements existing tools by helping you catch problems locally while writin
9
10
## When to use it
11
12
-Subgraph handlers often fail in subtle ways that don’t show up until indexing starts:
+Run Subgraph Linter when you want to detect handler and mapping issues that don't often appear until indexing starts, such as:
13
14
- Entities are saved with missing required fields
15
- Multiple instances of the same entity handled at the same time causing overwrite issues
0 commit comments