Closed jontonsoup closed 9 years ago
@tothandras awesome! I'll take a look at that.
@jontonsoup Let me know how it works! ;)
@tothandras did a quick check -- seems like my schema is incompatible with the graffiti generated one (although I'm not sure why). They don't merge properly.
It seems like its not designed to merge two schemas directly if you look at the chatter on the PR.
@jontonsoup I see. I was expecting it to be more powerful. Then we can add the option to pass in fields to getSchema
. Would you like to add fields to query
or types?
I have a use case where I'm using a hand built schema (which talks to other APIs) and a graffiti mongoose schema. I'd like to be able to combine them into one endpoint. Is this possible at the moment?
Thanks, Jon