Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't #17

Open
truca opened this issue Sep 17, 2017 · 0 comments
Open

Can't #17

truca opened this issue Sep 17, 2017 · 0 comments

Comments

@truca
Copy link

truca commented Sep 17, 2017

My application is working in production and works perfectly with graphiql, but i'm getting this response when i use this package:

{ raw: '{"errors":[{"message":"Must provide query string."}]}',
data: undefined,
errors: [ { message: 'Must provide query string.' } ],
headers:
{ 'x-powered-by': 'Express',
'access-control-allow-origin': '*',
'content-type': 'application/json; charset=utf-8',
'content-length': '53',
etag: 'W/"35-1vperDe+r7EpHry/i+J3wg"',
date: 'Sun, 17 Sep 2017 17:39:45 GMT',
connection: 'close' },
status: 400,
success: false }

What can i do to make it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant