Duplicate "graphql" modules cannot be used
it does appear that this is a longstanding and known issue and is covered here
If you are using Yarn instead of NPM, first thing I would advise trying is switching to NPM since there is apparently a specific issue between the GraphQL package and how Yarn resolves dependencies.
See the Github issues: - 162 - 1928