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

Re-export out GraphQLOptions in apollo-server-express #871

Merged
merged 6 commits into from
Mar 16, 2018

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    5251758 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    cd6bd74 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    8f18f26 View commit details
    Browse the repository at this point in the history
  2. Export GraphQLOptions type directly from apollo-server-express.

    Directly export `GraphQLOptions` from the `apollo-server-express` (and
    synonymously, `graphql-server-express`) main module, rather than exporting
    it only from `./expressApollo`.
    
    While the type would have still been available to someone using "connect"
    middleware, this could yield less shake-win for connect developers who might be
    tree-shaking, as they'd unnecessarily introduce the "express" middleware entry
    points.
    abernix committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    f07ad2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d09e66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ebabe3 View commit details
    Browse the repository at this point in the history