I’ve got Apollo Server properly serving my GraphQL API on http://localhost:4000. However, Apollo Studio is unable to properly see the underlying schema, despite introspection: true being set.
I forked your sandbox, addressed an error, and commented out a lot of code to get it up and running (anything database related since I’m not running your DB locally). The server starts now and is introspectable. If the DB connection is working on your end, then I’m not sure what the issue might be.