apollographql / apollo-server

🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
https://www.apollographql.com/docs/apollo-server/
MIT License
13.71k stars 2.02k forks source link

CodeSandbox setup is failing #7862

Open christo8989 opened 3 months ago

christo8989 commented 3 months ago

Issue Description

Default sandbox is breaking.

Link to Reproduction

https://codesandbox.io/p/devbox/apollo-server-typescript-3opde?file=%2Fsrc%2Findex.ts%3A3%2C103

christo8989 commented 3 months ago
  1. Update package.json and sandbox.config.json to node version "20.x".
  2. Fix ts-node, or replace it with tsx. (https://stackoverflow.com/a/76343394/2573621)

https://codesandbox.io/p/devbox/elastic-saha-qnr6fl