Custom provider? #4059
Replies: 2 comments
-
Yes, we have abstracted the query providers. We have implemented a couple of drivers. You can have a look at the MongoDB driver or the Neo4J one. |
Beta Was this translation helpful? Give feedback.
-
@dominikjeske Depends on what you mean by provider. HotChocolate is not bound to any specific data source. You can use it as a layer over your business logic to expose a GraphQL API. Only if you want to make use of HotChocolate.Data (Filtering, Sorting, Projections) you will need specific providers. |
Beta Was this translation helpful? Give feedback.
-
I'm new to GraphQL topic and I'm wonder is there any support in hotchocolate to write provider to other data sources - my idea is to use power of GraphQL with tooling and other existing infrastructure my company data specific infrastructure.
Beta Was this translation helpful? Give feedback.
All reactions