Skip to content

Latest commit

ย 

History

History
23 lines (19 loc) ยท 904 Bytes

README.md

File metadata and controls

23 lines (19 loc) ยท 904 Bytes

City Parking ๐ŸšŒ๏ธ ๐ŸšŒ๏ธ

Repository showing a possibly troublesome elm-gql fragment issue.

Running

Requirements

  • Elm
  • Node.js

Details

  • 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 at localhost:4000
    • run npm run build in the other one
  • 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.