Nick Schrock
Nick Schrock
Right now graphql-core in the lex pass completely omits comments. If you want to consume the content of comments in tooling, you are out of the luck. Python graphql shoudl...
This is more of a pattern rather than real technology. I banged this out very quickly so it is not fleshed out. The idea here is to make it norm...
Post version 5.7.8 MySQL supports a JSON datatype. If you can merge an incoming JSON property bag with an existing stored one we could provide better atomicity guarantees for updates....
Right now grapple only supports a single graphql file. This will become quite unwieldly as systems grow. There should be the capability of modularizing graphql files you can have many...
Currently the only edge type supported is a stored id on object (which is canonical) and then (non-canonical) edges pointing from the other direction to create the many-to-one relationship. There...
Grapple should support the extend keyword. In particular this will be useful for breaking up the monolithic root Query and Mutation types.
Right now it is not possible to embed descriptions in the graphql files. This is bad. We should be able to write docs inline with the type declarations. This actually...
Graphscale current is auth-less. It should have an opinion on this and attach authentication information to the PentContext