Skip to content

Commit fd99852

Browse files
authored
Link to astexplorer.net from custom rules docs (#1318)
1 parent 0ead789 commit fd99852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/custom-rules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ have special handlers for code-files, since `graphql-eslint` extracts usages of
1212
`/* GraphQL */` comments automatically, and runs it through the parser, and eventually it knows to
1313
adjust errors location to fit in your code files original location.
1414

15+
You can explore the GraphQL AST for a given input on
16+
[astexplorer.net](https://astexplorer.net/#/gist/e72aaccc1e57cbba41659d73cabbf75c/f10ee29317a31ff8012a21762a382c4a03c34d40).
17+
1518
## Getting Started
1619

1720
Start by creating a

0 commit comments

Comments
 (0)