I am trying to implement GraphQL on my API using .Net Core 3.1. I am using EF Core and an on Prem SQL Server. I keep getting an error when i try to add GraphQL Service. I compared my packages to those in your project(Including versions).
With GraphQL version 2.4, the playground middleware was working fine but the graphQL endpoint was throwing the error for me. So i upgraded my packages similar to yours in this project and i am running into this error now.
Any ideas why i am seeing this ? Can you please help ?
Hi,
I am trying to implement GraphQL on my API using .Net Core 3.1. I am using EF Core and an on Prem SQL Server. I keep getting an error when i try to add GraphQL Service. I compared my packages to those in your project(Including versions).
It all started with the same issue that you had - https://github.com/graphql-dotnet/graphql-dotnet/issues/1595
With GraphQL version 2.4, the playground middleware was working fine but the graphQL endpoint was throwing the error for me. So i upgraded my packages similar to yours in this project and i am running into this error now.
Any ideas why i am seeing this ? Can you please help ?