Recursively looks through a result type and removes nulls and and undefined from PagedList types.
PagedList
Although a graphql response might contain empty values in an array, this will only be the case when we also have errors, which will then be thrown.
Recursively looks through a result type and removes nulls and and undefined from
PagedList
types.Although a graphql response might contain empty values in an array, this will only be the case when we also have errors, which will then be thrown.