Marian Palkus
Marian Palkus
I am currently trying to complete the implementation of introspections. The "mapping" of CLR types (including inheritance) to the introspection types might be tricky. The [GraphQL type system ](http://graphql.org/learn/schema/#object-types-and-fields)consists of:...
What about making this more explicit so that the inheritance hierarchies are not reflected automatically, but have to be defined explicitly on the schema. This might be possible by extending...
What do you think @ckimes89?
Ok, thanks for your thoughts, i continue to implement it this way - may take a while.
@ckimes89 will you find time to look at this PR or shall i merge it?
@ckimes89 No problem, thanks for your response.
Thanks for reviewing and sharing your thoughts. The `GrapQLType` of a `GraphQLField` is resolved lazily when accessing the `Type` property using its `CLRType` when it has not been resolved yet....
I agree, that is a much nicer API. I try to change it this way.
Additionally, imho the spec does allow defining two different unions with the same set of object types. So there might be a 1:N relation between a set of CLRTypes and...
Hi, I'm not sure if i understand you correctly. This library is a server-side implementation of GraphQL to evaluate GraphQL-Queries. You can use it in various setups, e.g. in an...