graphqlws
graphqlws copied to clipboard
Implementation of the GraphQL over WebSocket protocol in Go.
Results
11
graphqlws issues
Sort by
recently updated
recently updated
newest added
Currently we only run the `UserFromAuthToken` function when the WS connection is initialized. We should run it on subsequent messages as well in case the auth token expires, etc. Can...