rapidql icon indicating copy to clipboard operation
rapidql copied to clipboard

Query multiple APIs and DBs and join them in a single query

Results 25 rapidql issues
Sort by recently updated
recently updated
newest added

Be able to cache request data by using * before function: `*Http.get()...`

Add ability to extract data from data types: **Date:** - date(return_date).year - date(shipment_date).format("YYYY-mm-dd") - Http.getDeliveries(time: date(shipment_date).format("mm-dd-yy")){}

After an array node, add ability to filter results (aka only keep results where A && B && C conditions are kept)

Added basic support for couchbase - currently supports count and find. Will continue adding more functionality, but first I wanted to get a review from you @iddogino

This will start up a RapidQL server on the port -p (default 8080)

Will make it possible to export output in JSON, xml, csv

The docs that are referred to in the readme are not accessible due to a configuration error in Cloudflare.

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies