My GraphQL server for steem steemQL got a little overhaul taking into account my needs for Insteem web and mobile app as well as SteemJ.
First of all it enables search powered by the AskSteem API by . For now it just accepts one string param according to the ElasticSearch syntax of asksteem. (See their docs) Neat and fast ;)
On top of that most of the queries have been refactored to more opinionated ones so they don't necessarily match the API (steemJS etc.) anymore. Instead there are more convenience queries which are (in my opinion) easier to understand than the official ones, e.g. posts(by:"created", tag:"steemdev"} to fetch all newly created posts for that tag/category, compared to `getDiscussionsByCreated( ;)
More useful queries and mutations to come in the next weeks..
Special thanks to and his dsteem lib which I use as the main one for SteemQL now and which is much better documented than steemJS.
Stay steemed..