vuestorefront / storefront-api

Storefront GraphQL API Gateway. Modular architecture. ElasticSearch included. Works great with Magento1, Magento2, Spree, OpenCart, Pimcore and custom backends

Home Page:https://storefrontapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add AskQL support

pkarw opened this issue · comments

What is the motivation for adding/enhancing this feature?

AskQL: I guess it could be the next big thing. The GraphQL successor. With Ask one can send not only the query but the querying program itself - applying some business logic before getting back results. Saving a lot of subsequent network calls, bandwidth, and computing power. It’s Open-Source (MIT).

https://askql.org/press-release.html
https://github.com/xFAANG/askql

What are the acceptance criteria

  • add a way to expose the AskQL endpoint exactly the same way as GraphQL