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
)
This version demonstrates base principles of working with graphql:
.gql
requests)useTodosQuery
and etc.)graphl-codegen
)