mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
695164b176
- Hasura CLI shows metadata diff in YAML for type `json` in directory mode. The expected behaviour is to show the diff in JSON - The unified-json shows diff in YAML, not in JSON. - Add new diff type unified-yaml which shows the diff in YAML unified format. - Check the flag value of type in `hasura metadata diff --type` - The help text of `seed apply`( `hasura seed apply --file seeds/1234_add_some_seed_data.sql`) should be updated to `hasura seed apply --file 1234_add_some_seed_data.sql --database-name default` and similarly in docs. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3246 Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com> GitOrigin-RevId: 1d16ad9ea4dd366af32498ce878ae132bd239be9 |
||
---|---|---|
.. | ||
_ext | ||
_static | ||
_theme/djangodocs | ||
algolia_index | ||
graphql | ||
img | ||
.gitignore | ||
.python-version | ||
404.rst | ||
conf.py | ||
CONTRIBUTING.md | ||
index.rst | ||
Makefile | ||
README.md | ||
requirements.txt |
Hasura GraphQL Engine Docs
The documentation accompanying the Hasura GraphQL engine is written with Sphinx and deployed to hasura.io/docs.
Contributing
Check out the contributing guide for more details.
License
The source code in this directory are under MIT License.