Clement Gutel
Clement Gutel
I also don't think it's a good idea to create a bunch of entity classes. The GraphQL queries are too flexible to try to do that. Intellisense is provided already...
By the way I'm happy to submit a PR for this but waiting for your feedback first...
I don't see any avoiding having a request type, so that variables can be passed. On the response side, it is not important for REST because all queries have the...
Oh I see, very similar indeed. I think I had seen it but forgot about it. It is a very simple package. I'd be tempted to take a dependency on...
> I really do wish that query object could somehow be emulated by a .Net Object...that would solve SO much. Maybe for simple plain queries there might be a clever...
> I think the only advantage to your style approach is a few shopify specific things, but we may be able to accomplish those and use this package together. Looking...
The 'Extensions' is actually in the spec, so they may be willing to add it to their package. https://graphql.github.io/graphql-spec/June2018/#sec-Response-Format
I raised an issue on their repo https://github.com/graphql-dotnet/graphql-client/issues/120
I've been thinking about leveraging C# to specify the shape of the response and it turns out there is a really neat solution, that is already implemented in Json.Net. The...
Might be worth considering forking it to add the `Extensions` and the anonymous object overloads.