graphql-zeus icon indicating copy to clipboard operation
graphql-zeus copied to clipboard

How to omit `null` in response

Open kirkstrobeck opened this issue 3 years ago • 0 comments

  1. If I use await chain('query') my response has many null values.
  2. I would like to omit any key that has a value of null
  3. What is the best way to do that?

kirkstrobeck avatar Jul 17 '22 04:07 kirkstrobeck