mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
add a comma in queries.rst (#756)
This commit is contained in:
parent
b7aba2e869
commit
5bd21b03e4
@ -19,7 +19,7 @@ types, ``query_root`` and ``mutation_root`` respectively. For example, the auto-
|
||||
order_by: [author_order_by!]
|
||||
): [author]
|
||||
|
||||
**Note:** If a table is in any Postgres schema other than the ``public`` schema the query field will be of the format
|
||||
**Note:** If a table is in any Postgres schema other than the ``public`` schema, the query field will be of the format
|
||||
``<schema_name>_<table_name>``.
|
||||
|
||||
You can explore the entire schema and the available queries using the GraphiQL interface in the Hasura console.
|
||||
|
Loading…
Reference in New Issue
Block a user