Looks like at Version 16, the graphql module stopped functioning in CodeSandbox.
Any import statement will throw the TypeError Cannot read properties of undefined (reading 'FIELD')
Has anyone had any experience with this?
Example of this issue:
https://codesandbox.io/s/graphql-field-error-eih7xb?file=/src/index.js
Looks like at Version 16, the
graphqlmodule stopped functioning in CodeSandbox.Any import statement will throw the TypeError
Cannot read properties of undefined (reading 'FIELD')Has anyone had any experience with this?
Example of this issue:
https://codesandbox.io/s/graphql-field-error-eih7xb?file=/src/index.js