af / apollo-local-query

Simpler server rendering with apollo-client 1.x, using a local GraphQL networkInterface
MIT License
64 stars 7 forks source link

Handle execute errors #2

Closed DimitryDushkin closed 7 years ago

DimitryDushkin commented 7 years ago

1 of 2 PR to fix this https://github.com/apollostack/apollo-client/issues/1132

af commented 7 years ago

Thanks, I didn't realize execute could throw (I thought it would reject but can see from the docs that isn't the case)