-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
Hi
I am working on a POC using the graphql-client.
My response from (var graphQLResponse = await graphQLClient.PostAsync(query);) come back well formatted.
But when I try and map it to my model (var q = graphQLResponse.GetDataFieldAs<List>("orders");) I get the following error:
{"Cannot implicitly convert type 'object' to 'System.Collections.Generic.List'. An explicit conversion exists (are you missing a cast?)"}
Little new at all this so all help greatly appreciated.
GraphQL.Client version 1.0.3
Metadata
Metadata
Assignees
Labels
No labels