1 रिपॉजिटरी
Hooks that execute custom logic before schema types are initialized.
Distinct from Post-Initialization Hooks: Distinct from Post-Initialization Hooks by executing before rather than after the schema types have been visited.
Explore 1 awesome GitHub repository matching data & databases · Pre-Initialization Hooks. Refine with filters or upvote what's useful.
GraphQL.NET is a server-side framework for building and executing GraphQL APIs within C# applications. It provides a comprehensive toolkit for schema building, a federated engine for distributed data graphs, and a subscription handler for managing real-time data streams. The project distinguishes itself with a flexible schema builder that supports both programmatic code-first definitions and declarative schema-first approaches using the standard schema definition language. It includes a dedicated federation engine to split data graphs into subgraphs and compose them into a unified gateway, as
Executes custom logic hooks before each type is initialized during the schema creation process.