https://github.com/captbaritone/relay-compiler-playground-example
https://github.com/captbaritone/relay-compiler-playground-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/captbaritone/relay-compiler-playground-example
- Owner: captbaritone
- Created: 2021-06-24T17:00:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T17:00:54.000Z (over 4 years ago)
- Last Synced: 2025-02-15T09:17:14.325Z (11 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example for Docusaurus #4922
This repo is intended to show how Webpack (without Docusaurus) seems to handle `relay-compiler-playground` without any error.
https://github.com/facebook/docusaurus/issues/4922#issuecomment-861704924
## Run
```
yarn
yarn build
yarn serve
```
You should see a text representation of a GraphQL fragment's AST which starts:
```
ExecutableDocument { span: 3:75, definitions: [FragmentDefinition {
location: :3:74,
fragment: Token {
span: 3:11,
kind: Identifier,
},
```