Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 574 Bytes

graphql_sample

Graphql sample repository

🚀 Get started

Run apollo server.

pnpm i && pnpm start

Then, you can request the query for http://localhost:4000 with some tools like Apollo Sandbox.

Apllo Sandbox

Codegen

After running server, you can run below command to create schema type definition.

pnpm codegen

Then, the ./arc/generated/graphql.ts is generated.