mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
docs: backport hotfix for product badges on NQ and LM
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9319 GitOrigin-RevId: 4559d3df3e1f94831ff266d9863b31ae4973708b
This commit is contained in:
parent
e607e302d2
commit
cee83014e1
@ -12,9 +12,12 @@ keywords:
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import ProductBadge from '@site/src/components/ProductBadge';
|
||||
|
||||
# BigQuery: Logical Models
|
||||
|
||||
<ProductBadge standard pro ee self />
|
||||
|
||||
## Introduction
|
||||
|
||||
:::tip Supported from
|
||||
|
@ -13,9 +13,12 @@ keywords:
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import ProductBadge from '@site/src/components/ProductBadge';
|
||||
|
||||
# MS SQL Server: Logical Models
|
||||
|
||||
<ProductBadge standard pro ee self />
|
||||
|
||||
## Introduction
|
||||
|
||||
:::tip Supported from
|
||||
@ -28,8 +31,8 @@ Logical Models are a GraphQL representation of database data. They provide an ab
|
||||
|
||||
Logical Models are a new approach from Hasura and are currently used by the
|
||||
[Native Queries](/schema/ms-sql-server/logical-models/native-queries.mdx) and the
|
||||
[Stored Procedures](/schema/ms-sql-server/logical-models/stored-procedures.mdx) features to automatically create a GraphQL API
|
||||
for a native database query.
|
||||
[Stored Procedures](/schema/ms-sql-server/logical-models/stored-procedures.mdx) features to automatically create a
|
||||
GraphQL API for a native database query.
|
||||
|
||||
You can find examples of how to use logical models in the
|
||||
[Native Queries](/schema/ms-sql-server/logical-models/native-queries.mdx) documentation. For a more detailed explanation
|
||||
|
@ -12,9 +12,12 @@ keywords:
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import ProductBadge from '@site/src/components/ProductBadge';
|
||||
|
||||
# Postgres: Logical Models
|
||||
|
||||
<ProductBadge standard pro ee self />
|
||||
|
||||
## Introduction
|
||||
|
||||
:::tip Supported from
|
||||
|
Loading…
Reference in New Issue
Block a user