Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from cognitedata/dl/bump_neo4j
Browse files Browse the repository at this point in the history
dl/bump neo4j
  • Loading branch information
David Liu authored Jul 8, 2021
2 parents 034ee51 + 9b444d3 commit 2e5b334
Show file tree
Hide file tree
Showing 26 changed files with 4,683 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[![CI status](https://circleci.com/gh/neo4j-graphql/neo4j-graphql-js.svg?style=shield&circle-token=d01ffa752fbeb43585631c78370f7dd40528fbd3)](https://circleci.com/gh/neo4j-graphql/neo4j-graphql-js) [![codecov](https://codecov.io/gh/neo4j-graphql/neo4j-graphql-js/branch/master/graph/badge.svg)](https://codecov.io/gh/neo4j-graphql/neo4j-graphql-js) [![npm version](https://badge.fury.io/js/neo4j-graphql-js.svg)](https://badge.fury.io/js/neo4j-graphql-js) [![Docs link](https://img.shields.io/badge/Docs-GRANDstack.io-brightgreen.svg)](http://grandstack.io/docs/neo4j-graphql-js.html)
> ⚠️ NOTE: This project is no longer actively maintained. Please consider using the [official Neo4j GraphQL Library.](https://neo4j.com/docs/graphql-manual/current/)
[![CI status](https://circleci.com/gh/neo4j-graphql/neo4j-graphql-js.svg?style=shield&circle-token=d01ffa752fbeb43585631c78370f7dd40528fbd3)](https://circleci.com/gh/neo4j-graphql/neo4j-graphql-js) [![npm version](https://badge.fury.io/js/neo4j-graphql-js.svg)](https://badge.fury.io/js/neo4j-graphql-js) [![Docs link](https://img.shields.io/badge/Docs-GRANDstack.io-brightgreen.svg)](https://github.com/neo4j-graphql/neo4j-graphql-js/tree/master/docs)

# neo4j-graphql.js

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations.

- [Read the docs](https://grandstack.io/docs/neo4j-graphql-js.html)
- [Read the docs](https://github.com/neo4j-graphql/neo4j-graphql-js/tree/master/docs)
- [Read the changelog](https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/CHANGELOG.md)

> NOTE: neo4j-graphql.js is facilitated by [Neo4j Labs](https://neo4j.com/labs/). Work has begun on an official Neo4j GraphQL library ([`@neo4j/graphql`](https://www.npmjs.com/package/@neo4j/graphql)), which is currently available as an alpha release on [npm](https://www.npmjs.com/package/@neo4j/graphql). You can find more information and documentation for the `@neo4j/graphql` library [here.](https://github.com/neo4j/graphql-tracker-temp)
neo4j-graphql.js is facilitated by [Neo4j Labs](https://neo4j.com/labs/).

## Installation and usage

Expand Down Expand Up @@ -107,9 +109,9 @@ See our [detailed contribution guidelines](./CONTRIBUTING.md).

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

## [Documentation](http://grandstack.io/docs/neo4j-graphql-js.html)
## [Documentation](docs/)

Full docs can be found on [GRANDstack.io/docs](http://grandstack.io/docs/neo4j-graphql-js.html)
Full docs can be found in [docs/](docs/)

## Debugging and Tuning

Expand Down
17 changes: 17 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# neo4j-graphql-js Documentation

- [Quickstart](neo4j-graphql-js-quickstart.md)
- [User Guide](neo4j-graphql-js.md)
- [Schema Generation And Augmentation](graphql-schema-generation-augmentation.md)
- [Filtering With GraphQL](graphql-filtering.md)
- [Relationship Types](graphql-relationship-types.md)
- [Temporal Types (DateTime)](graphql-temporal-types-datetime.md)
- [Spatial Types](graphql-spatial-types.md)
- [Interface and Union Types](graphql-interface-union-types.md)
- [Authorization / Middleware](neo4j-graphql-js-middleware-authorization.md)
- [Multiple Databases](neo4j-multiple-database-graphql.md)
- [GraphQL Schema Directives](graphql-schema-directives.md)
- [API Reference](neo4j-graphql-js-api.md)
- [Adding Custom Logic](graphql-custom-logic.md)
- [Infer GraphQL Schema](infer-graphql-schema-database.md)
- [Apollo Federation And Gateway](apollo-federation.md)
Loading

0 comments on commit 2e5b334

Please sign in to comment.