2 रिपॉजिटरी
Hooks that execute logic after all schema types and fields have been visited during initialization.
Distinct from Database Schema Initializations: Distinct from Database Schema Initializations: focuses on post-initialization hooks for GraphQL schemas, not database schema bootstrapping.
Explore 2 awesome GitHub repositories matching data & databases · Post-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
Provides a hook to execute custom logic after all schema elements have been visited.
msgspec is a high-performance data modeling, serialization, and schema validation toolkit for Python. It serves as a type-safe serialization framework that integrates schema enforcement and data parsing into a single pass, functioning as both a data serialization library and a schema validation system based on standard Python type annotations. The project distinguishes itself through high-performance structural primitives, including compilation-based routine generation and zero-copy buffer parsing. It optimizes memory usage via garbage collection-aware layouts and reduces processing overhead
Runs custom hooks after object creation to implement additional validation or logic during instantiation.