StellateHQ / fuse

Fuse: The fastest way to build and query great APIs with TypeScript

Home Page:https://fusedata.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object-based inputs vs. positional args for RestDatasource() & node()

mxstbr opened this issue · comments

Right now when reading the code, I have no idea what the positional args to RestDatasource() and node() are.

Let's turn them into objects with properties instead to be clearer!

Finalized in d148826