sh-edraft.core.api.graphql.shared (2026.4.7.1)
Published 2026-04-07 14:06:35 +02:00 by ci
Installation
dotnet nuget add source --name sh-edraft.de --username your_username --password your_token dotnet add package --source sh-edraft.de --version 2026.4.7.1 sh-edraft.core.api.graphql.sharedAbout this package
Shared GraphQL subscription topics and utilities for real-time event broadcasting
sh-edraft Core GraphQL Shared
Shared GraphQL subscription topics and utilities for real-time event broadcasting in the sh-edraft core framework.
Overview
This package provides shared constants and utilities for GraphQL subscriptions, enabling real-time event broadcasting across the application. It includes predefined subscription topics for common core events like user changes, settings updates, and feature flag modifications.
Features
- Subscription Topics: Centralized definition of GraphQL subscription topics
- Real-time Events: Support for real-time event broadcasting
- Shared Constants: Common topic constants used across the application
Subscription Topics
Ping: Ping subscription topicApiKeyChange: API key change eventsFeatureFlagChange: Feature flag modification eventsRoleChange: User role change eventsSettingChange: Application settings change eventsUserChange: User profile change eventsUserSettingChange: User-specific settings change eventsUserLogout: User logout events
Installation
dotnet add package sh-edraft.core.api.graphql.shared
Usage
using sh.core.api.graphql.shared;
// Subscribe to user changes
var topic = CoreSubscriptionTopics.UserChange;
Related Packages
- sh-edraft.core.api.graphql: Full GraphQL API support with HotChocolate
- sh-edraft.core.api: Main core API package
License
MIT
Details
Assets (4)
Versions (27)
View all
2026.4.7.1
2026-04-07
2026.4.7
2026-04-07
2026.4.6.11
2026-04-06
2026.4.6.10
2026-04-06
2026.4.6.9
2026-04-06