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:
Rob Dominguez 2023-05-26 08:13:54 -05:00 committed by hasura-bot
parent e607e302d2
commit cee83014e1
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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