graphql

hlship 2019-12-18T02:16:32.004600Z

I find that highly unlikely; if you look at the code, we don't do any kind of manipulation of the keys, we take the keyword from the :resolve of the field, and use it as a key into the map of resolvers (or resolver factories).

mafcocinco 2019-12-18T15:20:40.005Z

That is what I thought. I'll keep looking. It is probably something I'm doing wrong.

gklijs 2019-12-18T15:51:01.006100Z

I recently found some additional specification about subscriptions, but I'm not sure about the status. It seems limited implemented by GraphQL servers. https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md