graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.69k stars 225 forks source link

fixes #103 voyager tab #116

Closed mac2000 closed 4 years ago

mac2000 commented 4 years ago

Hopefully at this time we will make it :)

PS: One short note - after retrieving fresh master I got bazillion of errors like:

ERROR in ./node_modules/graphql/index.mjs 51:0-68
Can't reexport the named export 'subscribe' from non EcmaScript module (only default export is available)   
 @ ./src/editor/index.tsx

After quick googling found this comment which indeed did work, e.g. we gonna need to add .mjs to webconfig and be sure that it is comming before .js