example-orders icon indicating copy to clipboard operation
example-orders copied to clipboard

Unmapped selection Field error

Open ksyDeveloper opened this issue 6 years ago • 5 comments

Hi, I tried the example code but couldn't manage to get the result. unmappedError using VS 2019. GraphQL 2.4.0 System.Reactive 3.1.1 NetStandard 2.0.3

ksyDeveloper avatar Oct 09 '19 02:10 ksyDeveloper

Do you execute an empty query? Lines with '#' are the comments.

sungam3r avatar Oct 09 '19 04:10 sungam3r

The error appears from the starting page (Just run the code then this page is appeared).

Below is with query. image

ksyDeveloper avatar Oct 09 '19 08:10 ksyDeveloper

Try the latest preview version of GraphQL package to see if problem persists.

sungam3r avatar Oct 09 '19 11:10 sungam3r

After updated to 3.0.0-preview-1271. Can't compile the code. image

ksyDeveloper avatar Oct 10 '19 01:10 ksyDeveloper

Just change IDependencyResolver to IServiceProvider interface.

sungam3r avatar Oct 10 '19 07:10 sungam3r