We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdda9d4 commit 50f4357Copy full SHA for 50f4357
graphql_ws/constants.py
@@ -14,5 +14,6 @@
14
GQL_DATA = "data" # Server -> Client (graphql-ws)
15
GQL_NEXT = "next" # Server -> Client (graphql-transport-ws DATA equivalent)
16
GQL_ERROR = "error" # Server -> Client
17
-GQL_COMPLETE = "complete" # Server -> Client (and Client -> Server for graphql-transport-ws STOP equivalent)
+GQL_COMPLETE = "complete" # Server -> Client
18
+# (and Client -> Server for graphql-transport-ws STOP equivalent)
19
GQL_STOP = "stop" # Client -> Server (graphql-ws only)
0 commit comments