In this section we will look at different technologies and how you can integrate them into your GraphQL server.
Entity Framework Core
Using Entity Framework Core requires some additional setup to play nicely with the concurrent nature of GraphQL resolvers. You will learn how to correctly use your DbContext
in different scenarios and also how to tune Entity Framework Core for maximum throughput of your GraphQL server.
Learn more about our Entity Framework Core integration
MongoDB
You will learn how to access MongoDB from within your resolvers and how to translate our pagination, projection, filtering and sorting capabilities to native MongoDB queries.
Learn more about our MongoDB integration
Neo4J
You will learn how to access Neo4J from within your resolvers and how to translate our pagination, projection, filtering and sorting capabilities to native Neo4J queries.
Learn more about our Neo4J integration
Spatial Data
You will learn how you can expose NetTopologySuite types in form of GeoJSON and how to integrate it with our data APIs.