add a comma in queries.rst (#756)

This commit is contained in:
cozyplanes 2018-10-20 02:02:39 +09:00 committed by Shahidh K Muhammed
parent b7aba2e869
commit 5bd21b03e4

View File

@ -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.