Skip to content

Commit 944ddce

Browse files
committed
Added note about Synchronize the GraphQL schema
1 parent ac5366c commit 944ddce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ yarn codegen:watch
8383
yarn workspace app dev
8484
```
8585

86+
### Synchronize the GraphQL schema
87+
88+
Note: You need to call `graphql.rebuild_schema()` manually to synchronize the GraphQL schema with the SQL schema after altering the SQL schema.
89+
8690
#### Manage Schema with dbmate
8791

8892
1. `brew install dbmate`

0 commit comments

Comments
 (0)