Skip to content

Releases: azinit/example-graphql-react-typescript

MVP version of example

12 Oct 15:38
bf72654
Compare
Choose a tag to compare

This version demonstrates base principles of working with graphql:

  • mini app example (todo-list)
  • fetching by graphql (.gql requests)
  • using optimized requests by apollo hooks (useTodosQuery and etc.)
  • types / api generating (graphl-codegen)