Haren (Ems)
sh-edraft.core.api.graphql.shared (2026.9.9.3)
Published 2026-09-09 17:23:51 +02:00 by ci
Installation
dotnet nuget add source --name sh-edraft.de --username your_username --password your_token https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.jsondotnet add package --source sh-edraft.de --version 2026.9.9.3 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 (98)
View all
2026.9.10.2
2026-09-10
2026.9.10.1
2026-09-10
2026.9.10
2026-09-10
2026.9.9.3
2026-09-09
2026.9.9.2
2026-09-09