Kili Technology Label Subscription (GraphQL over WebSocket)
Version 1.0.0
AsyncAPI 2.6 description of Kili Technology's **GraphQL subscription** surface. Kili's labeling application is served from a single GraphQL endpoint at `https://cloud.kili-technology.com/api/label/v2/graphql`. Queries and mutations use HTTP POST (modeled in `openapi/kili-technology-openapi.yml`); the platform additionally exposes a real GraphQL **subscription**, `labelCreatedOrUpdated`, delivered over **WebSocket**. The official Kili Python SDK opens this subscription by switching the endpoint scheme from `http` to `ws` (`wss://cloud.kili-technology.com/api/label/v2/graphql`) and sending the GraphQL subscription document below over the GraphQL-WS protocol. The server then pushes a message every time a label is created or updated in the subscribed project. Only the `labelCreatedOrUpdated` subscription is modeled here; all other operations are request/response GraphQL over HTTP.
Channels
Messages
Servers
cloud.kili-technology.com/api/label/v2/graphql