Fork me on GitHub
#graphql
<
2019-12-18
>
hlship02:12:32

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).

mafcocinco15:12:40

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

gklijs15:12:01

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