From e8ecbf1ff33160e304c51390f2a4cb77e653e9c1 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 29 Dec 2024 16:48:50 +0100 Subject: [PATCH] Update `website/src/pages/docs/index.mdx` --- website/src/pages/docs/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/src/pages/docs/index.mdx b/website/src/pages/docs/index.mdx index 30a2f22e..6c6bd1c5 100644 --- a/website/src/pages/docs/index.mdx +++ b/website/src/pages/docs/index.mdx @@ -4,9 +4,11 @@ name: Quick Start # Quick Start -Genql translates typed code into graphql queries, enabling you to get auto completion and validation for your graphql queries. +Genql is a tool that translates typed code into GraphQL queries, providing features such as auto-completion and validation for your GraphQL queries. -To use genql you first need to generate a sdk client +To utilize genql, the initial step is to create a software development kit (SDK) client. + +some addition in here ## Generate with the cli