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