-
Hey so i see with the Also on that note what would be the proper typings for this stuff like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's the WebSocket subprotocol. GraphQL over WebSocket Protocol requires it to be
You can see what the generics mean in the documentation for
|
Beta Was this translation helpful? Give feedback.
It's the WebSocket subprotocol. GraphQL over WebSocket Protocol requires it to be
graphql-transport-ws
.You can see what the generics mean in the documentation for
server.ServerOptions
.P
is theConnectionInit
payload (connectionParams
)E
is the context extra passed as the 2nd argument toServer.opened