I'm working through the Hackernews Express tutoria...
# orm-help
m
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
Indeed, can you report this here: https://github.com/howtographql/howtographql