graphql-dotnet / examples

Examples for GraphQL.NET

Home Page:https://graphql-dotnet.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated Nugets to 2.2 and Version 3 preview - error in Middleware

richardkeller411 opened this issue · comments

Getting this error:

Severity Code Description Project File Line Suppression State
Error CS0266 Cannot implicitly convert type 'object' to 'System.Collections.Generic.IDictionary<string, object>'. An explicit conversion exists (are you missing a cast?) GraphQLMiddleware.cs Line 62

UserContext changed from type object to type IDictionary<string, object> from 2.x to 3.x.

Examples were updated to reflect all changes.