https://github.com/amannn/clientless-graphql
https://github.com/amannn/clientless-graphql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amannn/clientless-graphql
- Owner: amannn
- Created: 2020-10-12T14:06:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T10:40:45.000Z (about 1 year ago)
- Last Synced: 2024-10-05T03:40:57.635Z (8 months ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clientless-graphql
An example of a basic Next.js app that uses colocated GraphQL fragments and TypeScript. It doesn't use a GraphQL client, but uses the built-in data fetching capabilities of Next.js. TypeScript types are automatically generated based on the requested data and the schema.
**Alternative implementations:**
- [With Fuse.js](https://github.com/amannn/clientless-graphql/tree/fuse)