sh-edraft.de
Haren (Ems)

sh-edraft.core.api.graphql.shared (2026.9.9.2)

Published 2026-09-09 17:19:28 +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.json
dotnet add package --source sh-edraft.de --version 2026.9.9.2 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;

Related Packages

License

MIT

Details
NuGet
2026-09-09 17:19:28 +02:00
0
Sven Heidemann
26 KiB
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