# GraphQL Code Generator Plans ## Overview GraphQL Code Generator is an open-source tool maintained by The Guild. The core code generation library is freely available under the MIT license with no paid tiers for the codegen tool itself. Pricing is associated with The Guild's broader GraphQL Hive platform, which provides schema registry, observability, and CI/CD integrations. ## Open Source (Free) - Full access to GraphQL Code Generator CLI and all core plugins - TypeScript types, React hooks, Angular services, Vue composables - Server-side resolver typings (Apollo Server, GraphQL Yoga, etc.) - 50+ community plugins via npm - Unlimited schema and operation document processing - Self-hosted, no account required - MIT license — use in commercial projects at no cost ## GraphQL Hive (Managed Platform) The Guild offers GraphQL Hive as a complementary managed service with its own pricing tiers: ### Hobby (Free) - Schema registry for personal and small projects - Basic usage reporting - 1 organization, up to 3 projects - Limited retention ### Pro (Paid — see https://the-guild.dev/graphql/hive#pricing for current rates) - Expanded schema registry and observability - Multiple organizations and projects - Extended data retention - CI/CD integrations (GitHub Actions, etc.) - Conditional breaking-change alerts ### Enterprise (Custom Pricing) - Self-hosted Hive option - SLA and dedicated support - Custom retention and data policies - Single Sign-On (SSO) - Volume discounts ## Notes - GraphQL Code Generator itself (the CLI and plugins on npm) is fully free and open source. - Pricing above refers to the hosted GraphQL Hive service, which is optional infrastructure that pairs well with codegen. - Always verify current pricing at https://the-guild.dev/graphql/hive#pricing as rates change.