gql-sql-slicer
MITThe 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: ``` {
85
Security score
0 known advisories in v3.0.0-beta.5
Weekly downloads
136
Unpacked size
345.7 kB
Dependencies
12
Last publish
3 years ago
Security advisories
No known vulnerabilities affect v3.0.0-beta.5.