Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

feat: remove extra checkAuthorization from meta_query endpoint #67

Closed davelsan closed 3 years ago

davelsan commented 3 years ago

Summary

This PR modifies the meta_query endpoint for the following:

Changes

Notes

Checking for non-null data within the graphql response before post-processing the data might be an anti-pattern. This check could be programmed within the jq or jsonPath code. Needs revision.