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 renaming of values

iddogino opened this issue · comments

Add the ability to rename values in a query:

{a as b}

OR

{b:a}

This would be helpful at times when you get long names, especially from function nodes: PostgreSQL.local.schema.table.find, and could also have repeated names.