RapidAPI / rapidql

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

Home Page:http://rapidql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add type components

iddogino opened this issue · comments

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")){}