Émile Fugulin
Émile Fugulin
Seems similar to https://github.com/graphql-nexus/nexus/issues/901
Just set the NODE_ENV to production and it will skip this part, this is expected. I will add this to the docs TODO.
I don't think we will add that in nexus since there is a chance that input inheritance makes its way in the official graphql spec and that would require a...
I agree this is missing, I was looking for that. I will add that to my todo list.
Its going to be easy once the PR is merged
I mean the definition is: ``` Optionally provide a custom type resolver function. If one is not provided, the default implementation will first look for __typename, then fallback to calling...
No but the inverse should be easy with a plugin, see https://github.com/graphql-nexus/nexus/issues/560 and https://github.com/graphql-nexus/nexus/issues/558.
Seems like its a no since its no referring to flask itself...
Honestly before you mentioned it, I never thought that a simple string was a valid JSON. What is your usecase for it? I am not even sure marshmallow supports that.
ASGI is eating the world :) The good thing with Quart is that it's API compatible with Flask (thats why I suggested this framework) and most library are already working...