graphql

Jacob Haag 2019-03-06T14:20:28.020400Z

I have a question for those whom are familiar with re-graph. My testing setup is using doo as a test runner and node as my js environment. node doesn't have a DOM like many other js environments. When I try running a test using ::re-graph/init I get an error saying window is not available. However, I don't see a need for a window with that function. Does anyone have any insight? Am I missing something?

Jacob Haag 2019-03-07T13:37:22.023300Z

Ahh good find

gklijs 2019-03-07T18:27:38.023500Z

When you make pr is probably quickly fixed, Oliver Hine is quick to respond (I had an earlier issue for advanced compilation).

2019-03-07T21:28:18.023700Z

hi, feel free to raise an issue or send a PR. i don't have any projects with a non-browser target so would need assistance in testing / verifying

anish 2019-03-06T23:21:12.022500Z

Hey @jacobhaag17 are you using web socket as well as http requests? I think re-graph is designed to use along with re-frame

Jacob Haag 2019-03-07T13:37:05.023100Z

As far as I know yes, I will be do some digging to see if the web socket is necessary

anish 2019-03-08T00:50:36.023900Z

cool