track:changed / status:changed / playlist:changed
subscription stream over WebSocket.
- Endpoint —
http://localhost:6062/graphql - WebSocket —
ws://localhost:6062/graphql(graphql-wsprotocol) - GraphiQL —
http://localhost:6062/graphiql
crates/graphql/ and served by Juniper. All
client SDKs in SDKs wrap this transport.
Quick examples
Subscriptions
Three subscriptions are exposed:
All three are pushed by the broker loop in
crates/server/src/lib.rs:start_broker().