Join Slack
Powered by
I'm working through the Hackernews Express tutoria...
# orm-help
m
Mitchell
01/02/2019, 6:02 PM
I'm working through the Hackernews Express tutorial. In the section on Subscriptions the code snippet shows:
Copy code
subscription { newLink { node { ... } } }
Seems this should be:
Copy code
subscription { newLink { ... } }
https://www.howtographql.com/graphql-js/7-subscriptions/
h
Harshit
01/03/2019, 5:19 AM
Indeed, can you report this here:
https://github.com/howtographql/howtographql
Open in Slack
Previous
Next