From 2b10776127cbf38d63b6c9364f426b83f525a777 Mon Sep 17 00:00:00 2001 From: Eddy Nguyen Date: Mon, 14 Apr 2025 22:01:21 +1000 Subject: [PATCH] Test CI --- examples/typescript-graphql-request/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript-graphql-request/README.md b/examples/typescript-graphql-request/README.md index 40fdfaa703d..ad0d2e43997 100644 --- a/examples/typescript-graphql-request/README.md +++ b/examples/typescript-graphql-request/README.md @@ -1,4 +1,4 @@ -# GraphQL Request Example +# GraphQL Request Examples This example showcases how to use GraphQL Code Generator for building a type-safe GraphQL schema utilizing the schema definition language first workflow.