Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #5423

Merged
merged 2 commits into from
Sep 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions website/src/docs/hotchocolate/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ You will learn how to access MongoDB from within your resovlers and how to trans

[Learn more about our MongoDB integration](/docs/hotchocolate/integrations/mongodb)


# Neo4J

You will learn how to access Neo4J from within your resovlers and how to translate our pagination, projection, filtering and sorting capabilities to native Neo4J queries.

[Learn more about our Neo4J integration](/docs/hotchocolate/integrations/neo4j)

# Spatial Data

You will learn how you can expose [NetTopologySuite types](https://github.com/NetTopologySuite/NetTopologySuite) in form of [GeoJSON](https://geojson.org/) and how to integrate it with our data APIs.
Expand Down