f / graphql.js

A Simple and Isomorphic GraphQL Client for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser version giving error 404

shtanton opened this issue · comments

I couldn't get this to work in the browser, I wrote a small test program that just runs a query and ran it with node and then in the browser.

This is probably just me using it wrong, if so I apologize

Thanks in advance

Turns out that this was actually a same origin policy problem, apologies for the pointless issue