An open API service indexing awesome lists of open source software.

https://github.com/amannn/clientless-graphql


https://github.com/amannn/clientless-graphql

Last synced: 2 months ago
JSON representation

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)