Results 22 comments of Thomas Mur

In `dist/esm/QueryComplexity.js`: ```js import { getArgumentValues, getDirectiveValues, getVariableValues, } from 'graphql/execution/values'; ``` It should be: ```js import { getArgumentValues, getDirectiveValues, getVariableValues, } from 'graphql/execution/values.mjs'; ``` … Btw, @narthur we still...

> This should be fixed in `v1.1.0` that I just published. Thanks for the new version. I tried and I have another error now: ``` GraphQL error: Error: Cannot use...