1 Repo
Tools that generate GraphQL schemas directly from source code annotations and class definitions.
Distinct from GraphQL Schema Generators: Distinct from GraphQL Schema Generators: focuses on generating schemas from code (code-first), not from database introspection.
Explore 1 awesome GitHub repository matching data & databases · Code-First Schema Generators. Refine with filters or upvote what's useful.
GraphQL Platform is a comprehensive GraphQL ecosystem for .NET that provides a spec-compliant server framework for building APIs and gateways, along with a typed C# client for consuming GraphQL services. At its core, it translates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches, enabling developers to define their API structure directly from their existing .NET code. The platform distinguishes itself through several integrated capabilities that address common GraphQL production concerns. It includes a DataLoader batching and caching engine that gr
Translates C# classes and methods into a GraphQL schema using code-first or implementation-first approaches.