Closed vanthome closed 7 years ago
If I’m not mistaken, this should not be an issue relative to koa-graphql
repo.
ok but what else?
All of GraphQL queries are executed directly by GraphQL-js, so if you have any questions about that you should go to see the implementation there.
If I have a mutation like this:
I wounder why is listOfOrganizations not an array? It seems to be a pseudo array but does not implement the corresponding methods according to the Array Prototype neither it has the Array prototype. The same goes for plain Objects.