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 server 2 for hapi #1058

Merged
merged 4 commits into from
May 11, 2018
Merged

Apollo server 2 for hapi #1058

merged 4 commits into from
May 11, 2018

Conversation

evans
Copy link
Contributor

@evans evans commented May 11, 2018

This defines the hapi plugin for the new apollo server 2 interface.

@evans evans added this to the Release 2.0 milestone May 11, 2018
@ghost ghost added the ⛲️ feature New addition or enhancement to existing solutions label May 11, 2018
@evans evans changed the base branch from master to refactor-2.0 May 11, 2018 05:14
@ghost ghost added the ⛲️ feature New addition or enhancement to existing solutions label May 11, 2018
@evans evans requested a review from glasser May 11, 2018 05:14
@evans evans merged commit b65580b into refactor-2.0 May 11, 2018
@evans evans deleted the server-2.0/hapi branch May 11, 2018 19:12
import Hapi from 'hapi';
import { graphqlHapi } from 'apollo-server-hapi';
const Hapi = require('hapi');
const { ApolloServer } = require('apollo-server');
Copy link
Member

Choose a reason for hiding this comment

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

Odd — isn't that the express-specific class?

@evans evans mentioned this pull request Jun 1, 2018
@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
⛲️ feature New addition or enhancement to existing solutions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants