RapidAPI/rapidql

Add type components

iddogino opened this issue · 0 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")){}