Skip to content

Commit fe37d80

Browse files
Hyperlint Automation: Meta Description Fixes (#20224)
* Fix issue: WorkspaceTaskSubType.META_DESCRIPTION * Fix issue: WorkspaceTaskSubType.META_DESCRIPTION * Apply suggestions from code review --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: angelampcosta <[email protected]>
1 parent 3189274 commit fe37d80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
pcx_content_type: how-to
33
title: Compose a query in GraphiQL
4+
description: Learn how to use a GraphiQL client to compose and execute a GraphQL query. This guide covers setting up a query, selecting the dataset, and configuring parameters and fields.
45
sidebar:
56
order: 51
67

src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: reference
33
title: Querying basics
44
sidebar:
55
order: 21
6-
6+
description: Learn the basics of querying with Cloudflare's GraphQL API. Understand query structure, schema, and how to fetch data using GraphQL queries.
77
---
88

99
## Structure of a GraphQL query

0 commit comments

Comments
 (0)