Hi, is it possible for subscription to return a li...
# orm-help
c
Hi, is it possible for subscription to return a list? from my research, it looks like it will return one object at a time but just want to confirm. Thanks!
h
Yes, it will return one at a time. So it return the node that has changed
c
👍