From 9c5b20be99ffc5ebaccfdc1c1f0cafb6847d1bb7 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:01:31 +0000 Subject: [PATCH 1/3] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../graphql-api/getting-started/compose-graphql-query.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx b/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx index cbf5be6d72e4491..a04720c4286b22b 100644 --- a/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx +++ b/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: how-to title: Compose a query in GraphiQL +description: Learn how to compose and execute GraphQL queries using GraphiQL in Cloudflare Analytics. This guide covers setup, parameters, and field definitions. sidebar: order: 51 From e0dbaac52a28a15d038701b1f5c65ed5ba061735 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:01:33 +0000 Subject: [PATCH 2/3] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../analytics/graphql-api/getting-started/querying-basics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx b/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx index 8a1e3121eb69bcb..66875fe3f473878 100644 --- a/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx +++ b/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx @@ -3,7 +3,7 @@ pcx_content_type: reference title: Querying basics sidebar: order: 21 - +description: Learn the basics of querying with Cloudflare's GraphQL API. Understand query structure, schema, and how to fetch data efficiently using GraphQL queries. --- ## Structure of a GraphQL query From 66835780ae7ca7619a55cdfb52243c954d8dde54 Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:04:25 +0000 Subject: [PATCH 3/3] Apply suggestions from code review --- .../graphql-api/getting-started/compose-graphql-query.mdx | 2 +- .../analytics/graphql-api/getting-started/querying-basics.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx b/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx index a04720c4286b22b..736e8fa47b07268 100644 --- a/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx +++ b/src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx @@ -1,7 +1,7 @@ --- pcx_content_type: how-to title: Compose a query in GraphiQL -description: Learn how to compose and execute GraphQL queries using GraphiQL in Cloudflare Analytics. This guide covers setup, parameters, and field definitions. +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. sidebar: order: 51 diff --git a/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx b/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx index 66875fe3f473878..8bae89397b2bfd0 100644 --- a/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx +++ b/src/content/docs/analytics/graphql-api/getting-started/querying-basics.mdx @@ -3,7 +3,7 @@ pcx_content_type: reference title: Querying basics sidebar: order: 21 -description: Learn the basics of querying with Cloudflare's GraphQL API. Understand query structure, schema, and how to fetch data efficiently using GraphQL queries. +description: Learn the basics of querying with Cloudflare's GraphQL API. Understand query structure, schema, and how to fetch data using GraphQL queries. --- ## Structure of a GraphQL query