Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykob/learn-graphql-client
https://github.com/ykob/learn-graphql-client
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ykob/learn-graphql-client
- Owner: ykob
- Created: 2023-09-02T09:59:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T06:21:39.000Z (about 1 year ago)
- Last Synced: 2024-10-12T22:17:17.896Z (about 1 month ago)
- Language: TypeScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn GraphQL Client
## Environment
- [GraphQL](https://graphql.org/)
- [Apollo Client](https://www.apollographql.com/docs/apollo-client/)
- [React](https://react.dev/)
- [Vite](https://vitejs.dev/)## References
- [Get started with Apollo Client - Apollo GraphQL Docs](https://www.apollographql.com/docs/react/get-started)
- [TypeScript with Apollo Client - Apollo GraphQL Docs](https://www.apollographql.com/docs/react/development-testing/static-typing/)