Chad Kimes
Chad Kimes
`AddScalar` only has one translation because it only ever needs to do one. We treat scalars as values that we could either receive as input to a query or return...
@MarianPalkus Hey, sorry for the delay - I've been pretty busy for a while. I'll try to make some time to review this during this week. If I haven't left...
@MarianPalkus Thanks for all your hard work on this! I think I'm missing some context around the `WithReturnType` method. I see that it has to do with the introduction of...
Ah, I see. So for situations like https://github.com/ckimes89/graphql-net/pull/83/files#diff-45f447cd065642a16ffbb95b53ab29acR118 where you don't have a CLR type that represents our GraphQL type. I'll think about this one for a bit. I think...
I'm also open to any other suggestions. CLR Union types are a big addition, so I want to make sure it's worth it. Also, I think something like Entity Framework...
Thanks for the heads up. I used the name `AddQuery` early on, but I eventually changed it to `AddField` to better match the wording used in the GraphQL spec. I'll...
Support for changing nullability of a field will depend on #17.
Per discussion with @rspeele: Optionality of argument fields will be handled with an `Optional` wrapper class (similar to `Nullable` but allowing classes). This will indicate to the parser that a...
Hey Chris, I haven't had a chance to play with this library and DocumentDb yet, however the goal is for it to work with any IQueryable implementation. Some queryable providers...
I have not had time to maintain this repo for about a year and a half now.