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

Remove node().implement, make it a part of node() instead

mxstbr opened this issue · comments

Instead of

node().implement({})

Combine it with #3 and make it:

node({
})

Should be resolved by this commit any opinions here?

I also changed the datasource by adding in __typename so that isTypeOf isn't needed until they explicitly start using the interface type in a query-field.

Amazing!!