graphql-zeus
graphql-zeus copied to clipboard
How to omit `null` in response
- If I use
await chain('query')my response has manynullvalues. - I would like to omit any key that has a value of
null - What is the best way to do that?