hasura / ndc-typescript-deno

Instant Hasura Native Data Connector by writing Typescript Functions
https://hasura.io
Apache License 2.0
21 stars 3 forks source link

Respect selection set #81

Open sordina opened 11 months ago

sordina commented 11 months ago

NDC should emit only the data based on the selection set that is send from the engine, right now with the TS connector, we are not respecting the selection set. Ideally the deno connector/sdk should add this check and make sure the response doesn't have any additional data.

CC: @soorajshankar