Zendro-dev / graphql-server

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

refactor: Metaquery refactor #63

Closed coeit closed 3 years ago

coeit commented 3 years ago

Summary

This PR implements a refactor to the meta-query endpoint to accept jq/jsPath arguments in the request header instead of the body. Furthermore only response.data (The graphql response data) is processed and errors are ignored and passed on. Functionality to process an array of queries has been removed. This can be achieved by simply adding multiple resolvers to a single query.

Pending

This PR needs implementation in the graphiql-auth repository.