-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# GQFn | ||
|
||
GQFn provides a *typed* way to write GraphQL queries with the help of TypeScript. | ||
|
||
- ✨ [Stackblitz Playground](https://stackblitz.com/~/github.com/Teages/gqf-playground?file=src/index.ts) | ||
- 📖 [Documentation](https://gqfn.teages.xyz) | ||
|
||
## Usage | ||
|
||
Install package: | ||
|
||
```sh | ||
# ✨ Auto-detect | ||
npx nypm i @gqfn/core | ||
|
||
# npm | ||
npm install @gqfn/core | ||
|
||
# yarn | ||
yarn add @gqfn/core | ||
|
||
# pnpm | ||
pnpm install @gqfn/core | ||
|
||
# bun | ||
bun install @gqfn/core | ||
``` | ||
|
||
- Nuxt module is available: [@gqfn/nuxt](https://gqfn.teages.xyz/ecosystem/nuxt/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters