Repository showing a possibly troublesome elm-gql
fragment issue.
- Elm
- Node.js
- Please clone the GitHub repository and enter the newly created directory
git clone https://github.com/eliscie/city-parking
- Run
npm install
- Start two terminal windows and
- run
npm run graphql-server
in one of them. The GraphQL server should run atlocalhost:4000
- run
npm run build
in the other one
- run
- Open the
index.html
file in your browser - And finally, please take a look at the left and right seat row in Blue and Yellow buses :(
Test query #2 should match the control query.
If you wish to check result of the query in the GraphiQL tool, you can open the graphiql.html
file in your browser.