0

I am new to Hotchocolate GraphQL framework and trying to create small solution just to see and understand how it works and what are the capabilities of the framework. I don't quite understand how to use this framework with EF core DbContext and how to register the dependencies in startup.cs class.

If anyone had the same problem or can explain how to do this in proper way, it will be great and thanks in advance.

Check out the code

GRaphQL-Hotchocolate framework throwing an exeption when trying to create schema. Exeption Image

haris369
  • 21
  • 1
  • 7

1 Answers1

-1

there were quite a few issues...

I have fixed them and the project runs now: https://github.com/haris-begluk/Graphql-Hotchocolate-proj/pull/1

playground runs under http://localhost:[port]/graphql/playground.

Have fun with this.

Arad Alvand
  • 8,607
  • 10
  • 51
  • 71