From 9bb3f7b3700ffc8a51a827e4fbbda2d7876ae06d Mon Sep 17 00:00:00 2001 From: hoshinotsuyoshi Date: Sun, 20 Oct 2024 18:45:50 +0900 Subject: [PATCH] save --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b1a06..cdba751 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ This project adopts a **Code-First** approach to defining GraphQL schemas using Use the available rake task in the backend to update the GraphQL schema and output it to the `graphql-schema` directory: ```bash # cd ./backend - bin/rails graphql:schema:dump + bin/rails graphql:schema:idl ``` 2. **Generate TypeScript Types in Frontend**