sanfilippopablo / graphql-neo4j-simple-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose up and go to http://localhost:8000/graphql.

Try with this query:

query {
  books {
    title,
    author {
      name
    }
  }
}

About


Languages

Language:JavaScript 92.2%Language:Dockerfile 7.8%