Skip to content

surf66/apollo

Repository files navigation

apollo

Playing with Apollo, just learning.

To run locally execute npm start. You can query graphql on http://localhost:3000/graphiql. A React UI is available at http://localhost:8080

Example Query

query {
  tracks {
    title
    artist
  }
}

Tests

npm test will run Jest.

About

Playing with Apollo, just learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published