sokki
04/21/2017, 1:40 PMnilan
04/21/2017, 1:47 PMhttps://www.youtube.com/watch?v=wu253F_WEso▾
sokki
04/21/2017, 2:15 PMorder = {
basket: {
products: [
{
features: [
{
name: 'color',
options: ['red']
}
]
}
]
}
}
All those informations are gathered in parallel by multiple bots and humans. I guess, the need for real-time in this scenario is not a common case, but crucial for us 🙂
I’m not yet deep into graphQL, but this would already be possible by dynamically creating seperate subscriptions for each-subtype!?nilan
04/21/2017, 2:55 PM