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

Apollo hapi #46

Merged
merged 18 commits into from
Jul 27, 2016
Merged

Apollo hapi #46

merged 18 commits into from
Jul 27, 2016

Conversation

nnance
Copy link
Contributor

@nnance nnance commented Jul 7, 2016

@helfer this PR is ready for review. All the integration tests now pass for HAPI and Express. I have asked @wookiehangover to help with the HAPI review.

@nnance nnance changed the title [WIP] Apollo hapi Apollo hapi Jul 16, 2016
@helfer
Copy link
Contributor

helfer commented Jul 27, 2016

@nnance Is this basically ready to be merged?

} else {
const gqlResponse = responses[0];
if (gqlResponse.errors && typeof gqlResponse.data === 'undefined') {
reply(gqlResponse).code(400);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm starting to wonder whether we should have gotten rid of HTTP error codes altogether. What do you think?

@helfer helfer merged commit eba3f3e into master Jul 27, 2016
@helfer
Copy link
Contributor

helfer commented Jul 27, 2016

This looks great, can't wait to use it!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants