ServiceStack GraphQL endpoint
I've just stumbled upon Facebook's GraphQL and it's pretty slick.
The ability to query a ServiceStack endpoint using GraphQL would be a great addition (maybe similar to AutoQuery?) If ORMLite could also populate an object graph using a GraphQL query...
51
votes

-
Anonymous commented
After more thought I think the comparison to Autoquery is a mistake. This should be a layer on top of the services for connecting them—more like the Service Gateway. It would provide a way to aggregate queries across multiple services into a course grained dynamically defined (via GraphQL) structure