Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Update example links
Browse files Browse the repository at this point in the history
Fix #80
  • Loading branch information
johnymontana authored Jul 24, 2018
1 parent 32e40aa commit 82b9bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Currently we only have simple unit tests verifying generated Cypher as translate

## Examples

See [/examples](https://github.com/neo4j-graphql/neo4j-graphql-js/tree/master/example/graphql-tools)
See [/examples](https://github.com/neo4j-graphql/neo4j-graphql-js/tree/master/example/apollo-server)

## Middleware

Expand All @@ -288,7 +288,7 @@ This request object will then be available inside your GraphQL resolver function

and will throw an error if any of the above are defined.

See [movies-middleware.js](/examples/apollo-server/movies-middleware.js) for an example using a middleware function that checks for an `x-error` header.
See [movies-middleware.js](https://github.com/neo4j-graphql/neo4j-graphql-js/tree/master/example/apollo-server/movies-middleware.js) for an example using a middleware function that checks for an `x-error` header.

## Features

Expand Down

0 comments on commit 82b9bb3

Please sign in to comment.