mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-09 13:25:23 +03:00
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:
parent
7d797e1b34
commit
42a317b2d2
@ -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">
|
||||
|
BIN
docs/static/img/graphql/core/schema/naming-convention.png
vendored
Normal file
BIN
docs/static/img/graphql/core/schema/naming-convention.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Reference in New Issue
Block a user