Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teages/gqfn
Provide a way to write GraphQL queries with the help of TypeScript.
https://github.com/teages/gqfn
gql graphql nuxt typescript
Last synced: 9 days ago
JSON representation
Provide a way to write GraphQL queries with the help of TypeScript.
- Host: GitHub
- URL: https://github.com/teages/gqfn
- Owner: Teages
- Created: 2024-05-23T07:30:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T14:23:14.000Z (about 1 month ago)
- Last Synced: 2024-10-28T14:58:37.096Z (23 days ago)
- Topics: gql, graphql, nuxt, typescript
- Language: TypeScript
- Homepage: https://gqfn.teages.xyz
- Size: 935 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GQFn
GQFn provides a *typed* way to write GraphQL queries with the help of TypeScript.
- 📖 [Documentation](https://gqfn.teages.xyz)
## Packages
- [`@gqfn/core`](./packages/core/) - The core of GQFn.
- [`@gqfn/nuxt`](./packages/nuxt/) - The Nuxt module of @gqfn/core.