Austin Harris
Austin Harris
I started with the Google implementation, and eventually switched to FlatSharp because I felt like 90% of my code was dealing building buffers and that was getting quite tiring. I...
In the interim I have just copied the generated file out of the obj folder and removed the duplicate function definitions. It's working great so far with that workaround.
I'm looking at http://facebook.github.io/graphql/#sec-Fragments-On-Composite-Types and trying to get a the same behavior out of this graphql library. They have the example ```graphql fragment fragOnUnion on CatOrDog { ... on Dog...
From the brief testing I was doing earlier, this case is already handled O.K. I'm sure it could be better. Likely is the case that anything can be an owlThing....
So it appears that if the components of a Union implement a common interface, then you are able to pull the common fields from it right now. Not sure of...
Do you know any way that graphql supports some kind of a Both case? All I can think of at the moment, which I think you suggested earlier would be...
So I think we have two separate issues here. 1. This one #3 = Handle unions in rdfs:range position. 2. Need to define = How to handle subtypes or implementers...