Skip to content

MVP version of example

Latest
Compare
Choose a tag to compare
@azinit azinit released this 12 Oct 15:38
bf72654

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)