We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0932dfe commit fff82a4Copy full SHA for fff82a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nutshelllab/aws-apollo-tools",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Aws apollo",
5
"main": "lib/aws-apollo-tools.js",
6
"scripts": {
src/index.js
@@ -1,5 +1,7 @@
export { default as graphqlHttpRequest } from './http-request'
export { default as graphqlLambdaRequest } from './lambda-request'
export { default as createLambdaLink } from './lambda-link'
+export { default as withHeaders } from './link-with-headers'
+export { ApolloServer } from './apollo-server-lambda'
export { default as hmacfetch } from './aws4-signer'
7
export { default as formatError } from './format-error'
0 commit comments