mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-19 18:03:29 +08:00
add a comma in queries.rst (#756)
This commit is contained in:
committed by
Shahidh K Muhammed
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.
|
||||
|
||||
Reference in New Issue
Block a user