From ef334734f988a7cb697a7727d8fbd54636bb91f1 Mon Sep 17 00:00:00 2001 From: Spacy <832235+dosco@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:38:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0217b576..20a501d6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Just use a simple GraphQL query to define your API and GraphJin automagically converts it into SQL and fetches the data you need. Build your backend APIs **100X** faster. Works with **NodeJS** and **GO**. Supports several databases, **Postgres**, **MySQL**, **Yugabyte**, **AWS Aurora/RDS** and **Google Cloud SQL** The following GraphQL query fetches a list of products, their owners, and other category information, including a cursor for retrieving more products. -GraphJin would do auto-discovery of your database schema and relationships and generate the most efficient single SQL query to fetch all this data including a cursor to fetch the next 20 times. You don't have to do a single thing besides write the GraphQL query. +GraphJin will do auto-discovery of your database schema and relationships and generate the most efficient single SQL query to fetch all this data including a cursor to fetch the next 20 item. You don't have to do a single thing besides write the GraphQL query. ```graphql query getProducts {