/graphql-net_core-neo4j

My take on GraphQL and .net core with Neo4J

Primary LanguageC#MIT LicenseMIT

GraphQL - .Net Core 3.1 + Neo4J 4.1

this is my take on GraphQL and .net core 3.1 stack:

  • .Net core 3.1
  • Neo4j-driver 4.1
  • HotChocolate GraphQL 10.5

Project Structure

net-core-graphql
|
|__ Models

|
|__ IoC
    |
    |__ GraphQLCore

    |
    |__ BusinessServices

    |
    |__ DataAccess

Environment

"ConnectionStrings": {
    "BoltURL": "bolt://localhost:7687",
    "Username": "neo4j",
    "Password": "n4j",
    "databaseName":  "neo4j" 
  },

Learning resources

  1. GraphQL.NET
  2. GraphQL Authorization
  3. Building GraphQL API
  4. How to GraphQL
  5. Neo4J .net driver
  6. NetCore 3.0 GraphQL
  7. GraphQL.NET + .NET Core