sh-edraft.de

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.shared

About 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 topic
  • ApiKeyChange: API key change events
  • FeatureFlagChange: Feature flag modification events
  • RoleChange: User role change events
  • SettingChange: Application settings change events
  • UserChange: User profile change events
  • UserSettingChange: User-specific settings change events
  • UserLogout: 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;

License

MIT

Details
NuGet
2026-04-07 14:06:35 +02:00
0
Sven Heidemann
26 KiB
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