Docs: Fix schema/postgres/naming-convention.mdx overwrites from restructure

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5233
GitOrigin-RevId: 3804293ff1e637f1d827df5d0b0b96895939fad8
This commit is contained in:
Sean Park-Ross 2022-07-28 14:21:46 +02:00 committed by hasura-bot
parent 7d797e1b34
commit 42a317b2d2
2 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,7 @@ keywords:
---
import Tabs from '@theme/Tabs';
import Thumbnail from '@site/src/components/Thumbnail';
import TabItem from '@theme/TabItem';
import GraphiQLIDE from '@site/src/components/GraphiQLIDE';
@ -162,7 +163,14 @@ This means any database source will follow this naming convention unless explici
<Tabs className="api-tabs">
<TabItem value="console" label="Console">
Console support will be added soon.
Currently setting the database naming convention is only allowed at the time of connecting your database.
Head to the `Data -> Manage -> Connect Database` page. Under the `GraphQL Field Customization` section you can
choose the naming convention of your choice.
<Thumbnail
src='/img/graphql/core/schema/naming-convention.png'
alt='Naming Convention'
/>
</TabItem>
<TabItem value="cli" label="CLI">

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB