1 रिपॉजिटरी
Serializes execution error instances to JSON using a configurable error info provider for WebSocket protocols.
Distinct from JSON Error Serialization: Distinct from JSON Error Serialization: specifically serializes GraphQL execution errors, not general exception hierarchies.
Explore 1 awesome GitHub repository matching software engineering & architecture · Execution Error Serializers. 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
Serializes GraphQL execution error instances into JSON using a configurable error info provider.