A UI for the Keel example project. For more information follow along with our getting started tutorial.
Try it out at - https://toodooey.netlify.app/
- React
- Vite
- GraphQL
- React Query
- Tailwind
npm i
npm run dev
- Update the schema url in
codegen.yml
to point at your GraphQL endpoint - Update the queries in the
src/graphql
directory - Run
npm run generate
(ornpm run generate-watch
to continuously watch for changes) to generate updated types for the data hooks - New todo fields returned should render automatically or by updating
src/components/Todo.tsx