mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-14 05:45:24 +03:00
fixed typo 'SCHEMA' (#3054)
This commit is contained in:
parent
aa6947a608
commit
3b3e79b1cd
@ -49,7 +49,7 @@ Request
|
||||
|
||||
- SQL front matter, like SET statements.
|
||||
- ``CREATE SCHEMA public``.
|
||||
- ``COMMENT ON SCHMEA public is 'standard public schema'``;
|
||||
- ``COMMENT ON SCHEMA public is 'standard public schema'``;
|
||||
- Comments (``--``) and empty newlines.
|
||||
- Postgres triggers created by Hasura for event triggers.
|
||||
|
||||
@ -92,4 +92,4 @@ state that this API is not enabled. i.e. remove it from the list of enabled APIs
|
||||
--enabled-apis="graphql,metadata"
|
||||
HASURA_GRAPHQL_ENABLED_APIS="graphql,metadata"
|
||||
|
||||
See :doc:`../deployment/graphql-engine-flags/reference` for info on setting the above flag/env var.
|
||||
See :doc:`../deployment/graphql-engine-flags/reference` for info on setting the above flag/env var.
|
||||
|
Loading…
Reference in New Issue
Block a user