mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
10 lines
277 B
Markdown
10 lines
277 B
Markdown
|
# Metadata Schema Generator
|
||
|
|
||
|
When we make changes to the metadata schema, we need to regenerate the
|
||
|
goldenfile to make the tests happy. We can use the following command to get the
|
||
|
schema immediately for whatever reason:
|
||
|
|
||
|
```bash
|
||
|
$ cargo run --bin metadata-schema-generator
|
||
|
```
|