graphql-executor
graphql-executor copied to clipboard
A customizable GraphQL Spec compliant Executor
These changes define the executor schema in terms of its own types. = Introspection still relies on GraphQL-JS object instances. = Still depends on GraphQLError = Still depends on GraphQL-JS...
To do: [x] simple type rewiring [x] composite schema creation [ ] source field retention [ ] operation pre-analysis ("query planning") [ ] add proxying within the executor [ ]...
Some of these were discussed during the [Feb 2022 WG](https://github.com/graphql/graphql-wg/blob/main/agendas/2022/2022-02-03.md), some are new, possibly to be discussed in March :) Execution: = resolver functions for list fields should return AsyncIterables...