Skip to content

Commit

Permalink
export Request from graphql-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
evans committed Jun 28, 2018
1 parent 53d7a75 commit c525818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphql-extensions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
} from 'graphql';

import { Request } from 'apollo-server-env';
export { Request } from 'apollo-server-env';

export type EndHandler = (...errors: Array<Error>) => void;
// A StartHandlerInvoker is a function that, given a specific GraphQLExtension,
Expand Down

0 comments on commit c525818

Please sign in to comment.