All Projects → borekb → apollo-typescript-example

borekb / apollo-typescript-example

Licence: other
Apollo Client 2.0 + TypeScript example

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to apollo-typescript-example

ReactNativeApolloOnlineStore
A react native online shop using Apollo client 3
Stars: ✭ 60 (+252.94%)
Mutual labels:  apollo-client
realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails 🏅
Stars: ✭ 113 (+564.71%)
Mutual labels:  apollo-client
apollo-local-query
Simpler server rendering with apollo-client 1.x, using a local GraphQL networkInterface
Stars: ✭ 66 (+288.24%)
Mutual labels:  apollo-client
github-react-native-apollo-graphql
📱 A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (+41.18%)
Mutual labels:  apollo-client
GithubClient
Github iOS Client based on Github REST V3 API and GraphQL V4 API
Stars: ✭ 42 (+147.06%)
Mutual labels:  apollo-client
apollo-link-logger
A logger for Apollo Link that resembles redux-logger
Stars: ✭ 161 (+847.06%)
Mutual labels:  apollo-client
talktalk-rn
(Deprecated via hackatalk-mobile) talktalk app built in react-native.
Stars: ✭ 31 (+82.35%)
Mutual labels:  apollo-client
recompose-apollo
Recompose HOCs for React Apollo
Stars: ✭ 36 (+111.76%)
Mutual labels:  apollo-client
react-apollo-graphql
Get rid of decorators and use Apollo GraphQL queries and mutations in the simple and readable way.
Stars: ✭ 16 (-5.88%)
Mutual labels:  apollo-client
apollo-errors
Machine-readable custom errors for Apollostack's GraphQL server
Stars: ✭ 408 (+2300%)
Mutual labels:  apollo-client
mobile
🤳 React Native code examples for JavaScript Everywhere by Adam Scott, published by O'Reilly Media
Stars: ✭ 33 (+94.12%)
Mutual labels:  apollo-client
ctrip-apollo-client
This is a client library for Apollo(A reliable configuration management system) written in Node.js.
Stars: ✭ 49 (+188.24%)
Mutual labels:  apollo-client
dribbble-clone
FullStack GraphQL Dribbble Clone 🏀
Stars: ✭ 29 (+70.59%)
Mutual labels:  apollo-client
react-graphql
react-graphql 快速开发方案
Stars: ✭ 15 (-11.76%)
Mutual labels:  apollo-client
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (+182.35%)
Mutual labels:  apollo-client
Gatsby-Starter-Typescript-Apollo-Storybook
Starter with the bare essentials needed for a typescript, apollo, storybook, emotion Gatsby site
Stars: ✭ 17 (+0%)
Mutual labels:  apollo-client
cash-flow
Application for managing cash flows written in ASP.NET Core 6 and Angular 13 (EF Core, Apollo, GraphQL, CQRS)
Stars: ✭ 27 (+58.82%)
Mutual labels:  apollo-client
react-apollo-client-testing-example
A React with Apollo Client application with a mocked GraphQL server and tested Query and Mutation components.
Stars: ✭ 17 (+0%)
Mutual labels:  apollo-client
UmaSupporter.WebClient
🏃🏽‍♀️ 우마무스메 육성 도우미 '우마서포터'의 프론트엔드 애플리케이션입니다.
Stars: ✭ 14 (-17.65%)
Mutual labels:  apollo-client
babel-plugin-flow-relay-query
Babel plugin which converts Flow types into Relay fragments
Stars: ✭ 38 (+123.53%)
Mutual labels:  apollo-client

Apollo Client + TypeScript minimal example

Minimal example showcasing type-safe access to authenticated GitHub GraphQL API via Apollo Client 2.0 & apollo-codegen.

image

Post on Medium.

How to run

  1. yarn
  2. Enter your GitHub personal access token to the .env file.
  3. yarn generate-schema – you can inspect schema.ts after it finishes
  4. yarn start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].