dahlsailrunner/northwind-core-api

Could not load file or assembly 'GraphQL, '

Opened this issue · 1 comments

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 - graphql-dotnet/graphql-dotnet#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 ?

image

I didn't see this issue until now - are you still having the problem? I can probably review this over the weekend sometime.