regenerate-types | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / regenerate-types

regenerate-types

maintained by eduhub-org

star 12 account_tree 8 verified_user MIT License
bolt View GitHub

name: regenerate-types description: Regenerate TypeScript types from GraphQL schema using Apollo codegen. Use when the user asks to update types, regenerate types, run codegen, after GraphQL schema changes, after database migrations, or after modifying Hasura metadata.

Regenerate GraphQL Types

Prerequisites

  • Hasura must be running and accessible at http://localhost:8080/v1/graphql
  • Start with: docker compose up hasura (from project root)

Quick Command

Run from the frontend-nx directory with the GraphQL URI:

cd frontend-nx && GRAPHQL_URI=http://localhost:8080/v1/graphql yarn nx run edu-hub:apollo

For rent-a-scientist:

cd frontend-nx && GRAPHQL_URI=http://localhost:8080/v1/graphql yarn nx run rent-a-scientist:apollo

When to Run

Run codegen after:

  • Adding new GraphQL queries or mutations
  • Modifying existing queries
  • Backend schema changes (new tables, columns, relationships)
  • Pulling changes that include query modifications

Troubleshooting

"Connection refused" or similar network errors

Ensure Hasura is running:

docker compose up hasura

Types not updating

Clear and regenerate:

rm -rf frontend-nx/apps/edu-hub/queries/__generated__/*
cd frontend-nx && GRAPHQL_URI=http://localhost:8080/v1/graphql yarn nx run edu-hub:apollo

Generated Files Location

  • edu-hub: frontend-nx/apps/edu-hub/queries/__generated__/
  • rent-a-scientist: frontend-nx/apps/rent-a-scientist/queries/__generated__/

Related Skills

If you're making database schema changes, ensure you also:

  1. Create migrations using the create-migration skill
  2. Update Hasura metadata if adding tables/relationships
  3. THEN regenerate types using this skill

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 12
GitHub Forks 8
Created Mar 2026
Last Updated il y a 3 mois
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.