From 48fa53812b31b904865afc19ac1d19d30cd5862d Mon Sep 17 00:00:00 2001 From: Teages Date: Thu, 6 Jun 2024 21:20:59 +0800 Subject: [PATCH] chore: update playground link --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b75f631..a73211a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Writing GraphQL queries with type safety and type hints, power by TypeScript. +- ✨ [Stackblitz Playground](https://stackblitz.com/~/github.com/Teages/gqf-playground?file=src/index.ts) +- 📖 [Documentation](https://gqf.teages.xyz) + ## Usage Install package: @@ -36,8 +39,6 @@ import { useSchema } from '@teages/gqf' const { useSchema } = require('@teages/gqf') ``` -- [Documentation](https://gqf.teages.xyz) - ## Development - Clone this repository