From 5bd21b03e436ee3aa070e0f0d56443fac5b171fb Mon Sep 17 00:00:00 2001 From: cozyplanes Date: Sat, 20 Oct 2018 02:02:39 +0900 Subject: [PATCH] add a comma in queries.rst (#756) --- docs/graphql/manual/queries/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/queries/index.rst b/docs/graphql/manual/queries/index.rst index be82ff04..718d03a8 100644 --- a/docs/graphql/manual/queries/index.rst +++ b/docs/graphql/manual/queries/index.rst @@ -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 ``_``. You can explore the entire schema and the available queries using the GraphiQL interface in the Hasura console.