Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.02 KB

README.md

File metadata and controls

10 lines (6 loc) · 1.02 KB

community-graph-starter-kit

A starter app you can build on to create an app for the Neo4j community graph hackathon. It initializes the Apollo GraphQL client, and loads a query into the app to display.

  • src/index.js demonstrates how to initialize the library to connect to the right endpoint.
  • src/App.js shows how to decorate a component with a GraphQL query to load data into that component.

Read more in the documentation for Apollo Client.

Don't forget to use GraphiQL to explore the available arguments and fields in the API!