Running a query that has no name fails in addVariablesToRootField() with: Cannot read property 'map' of null at /mnt/c/Users/pixel/git/nexus/node_modules/graphql-tools/src/transforms/AddArgumentsAsVariables.ts:67:59 #900
Labels
has-reproduction
❤ Has a reproduction in a codesandbox or single minimal repository
When I upgrade graphql-tools to ^3.0.0 (or when I use { makeExecutableSchema, mergeSchemas } from apollo-server-express ^2.0.0), I get the following error when I run one of my resolvers:
The resolver works fine when I downgrade to graphql-tools ^2.24.0:
The text was updated successfully, but these errors were encountered: