react + apollo + graphql + codegen => error(graphql duplicate) fix


!!! Setting
https://www.apollographql.com/blog/tooling/apollo-codegen/typescript-graphql-code-generator-generate-graphql-types/

apollo codegenのようなエラーが発生しました.
糸とnpmではgraphqlバージョンが異なるため発生する.

このバージョンを使用してnode modulesとth糸cacheを削除し、再インストールします.
	rm -rf node_modules
    yarn cache clean
    npm install 
    yarn install 

ただし、ノードバージョンが異なるため、再びエラーが発生したため、ノードバージョンをアップグレードして再インストールしました.

休む.