Graphql sample repository
Run apollo server.
pnpm i && pnpm startThen, you can request the query for http://localhost:4000 with some tools like Apollo Sandbox.
After running server, you can run below command to create schema type definition.
pnpm codegenThen, the ./arc/generated/graphql.ts is generated.