Home / Companies / Wundergraph / Blog / January 2026

January 2026 Summaries

3 posts from Wundergraph

Filter
Month: Year:
Post Summaries Back to Blog
Cosmo Streams enhances the Event-Driven Framework for Subscriptions (EDFS) by integrating subscription authorization, per-subscriber event filtering, and mutation validation directly into the router, eliminating the need for custom subscription services. It introduces three lifecycle handlers that manage authorization and data flow at subscription start, during event transmission, and when mutations publish events, offering teams precise control over data access and event filtering without altering schemas or infrastructure. This results in a policy-aware GraphQL subscription system capable of scaling efficiently. Additionally, WunderGraph Hub is introduced as a collaborative platform for API design and deployment. Cosmo Streams improves flexibility and performance by allowing custom logic to run within the router, using Go-written custom modules, and offers initial state delivery and differentiated event distribution for subscribers, thereby transforming GraphQL subscriptions into a more controlled and efficient event system.
Jan 23, 2026 1,943 words in the original blog post.
Jens Neuse, CEO and co-founder of WunderGraph, discusses the intricacies of designing effective GraphQL schemas, emphasizing the importance of a capability-based, client-centric approach. Unlike REST APIs, GraphQL mandates a schema, ensuring that data queries are explicit and introspectable, which facilitates tools like GraphiQL and GraphQL Playground. Neuse outlines ten principles for optimal schema design, focusing on client needs, clear error handling, and practical nullability. He advises against deriving schemas from underlying data models to avoid leaky abstractions and stresses the permanence of published fields due to potential client dependencies. Pagination is highlighted as vital for both performance and security, and the schema should align with organizational structures, following Conway's Law to decide between monolithic and federated designs. The article introduces WunderGraph Hub, a collaborative platform for API development, urging teams to iterate based on feedback to refine their schemas continuously.
Jan 14, 2026 5,616 words in the original blog post.
AI deployment faces varying compliance challenges across different global regions, with regulations in the EU, U.S., and parts of Asia mandating specific documentation and audit trails for high-risk systems. The EU AI Act enforces logging and documentation requirements, with significant fines for non-compliance, prompting teams to integrate compliance into their system designs. In the U.S., states like Colorado, California, and Texas have introduced diverse AI-related laws focusing on algorithmic discrimination, transparency, and safety, creating a complex regulatory landscape without a unified federal standard. Asian countries such as China, India, and South Korea have enacted or are planning regulations that emphasize transparency, consent, and risk assessments, while Brazil's draft framework aims to enhance accountability and human oversight. Companies must proactively design systems for compliance to avoid costly retrofitting and operational disruptions, with audit readiness becoming a critical component of AI infrastructure. Tools like WunderGraph Cosmo help automate compliance by integrating logging, policy enforcement, and versioning into the runtime, reducing the burden of meeting diverse regulatory demands.
Jan 07, 2026 2,312 words in the original blog post.