Queries
Let's integrate a GraphQL query to show the user their personal task list. We will learn the following concepts:
- The
Fetch Todos
Query - Using the query to load data using
useQuery
hooks - Handle loading/error states
- Mapping types
Let's get started!