this is my take on GraphQL and .net core 3.1 stack:
- .Net core 3.1
- Neo4j-driver 4.1
- HotChocolate GraphQL 10.5
net-core-graphql
|
|__ Models
|
|__ IoC
|
|__ GraphQLCore
|
|__ BusinessServices
|
|__ DataAccess
"ConnectionStrings": {
"BoltURL": "bolt://localhost:7687",
"Username": "neo4j",
"Password": "n4j",
"databaseName": "neo4j"
},