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.