Directory structure:
└── jaydenseric-next-graphql-react/
├── readme.md
├── changelog.md
├── cjsDefaultImport.mjs
├── cjsDefaultImport.test.mjs
├── jsconfig.json
├── license.md
├── package.json
├── withGraphQLReact.mjs
├── withGraphQLReact.test.mjs
├── .editorconfig
├── .eslintignore
├── .eslintrc.json
├── .npmrc
├── .prettierignore
├── .prettierrc.json
├── test/
│ ├── execFilePromise.mjs
│ ├── listen.mjs
│ ├── startNext.mjs
│ └── fixtures/
│ └── next-project/
│ ├── next.config.mjs
│ ├── polyfills.js
│ └── pages/
│ ├── _app.mjs
│ ├── index.mjs
│ └── second.mjs
└── .github/
├── funding.yml
└── workflows/
└── ci.yml