gql-sql-slicer

js
The library is built to query simple dimension/metric based tables. It allows to fetch data in the form you want it. ### example Query: ``` query customers{ fetch(country: US){ plan { revenue: sum(a: planPrice) } } } ``` Response: ``` {
Version 3.0.0-beta.5 License MIT
INSTALL