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

fix: remove dependency from apollo-server #25

Merged
merged 1 commit into from
Sep 16, 2020
Merged

fix: remove dependency from apollo-server #25

merged 1 commit into from
Sep 16, 2020

Conversation

cabelitos
Copy link
Collaborator

People using non-standalone (apollo-server-express, apollo-server-lambda, etc.)
versions of apollo-server would get an import error if they to use this library, since
they do not install the apollo-server package.
In order to fix this problem this commit uses graphql-tag and
graphql-tools directly ditching the apollo-server dependency.

Closes #24 #20

People using non-standalone (apollo-server-express, apollo-server-lambda, etc.)
versions of apollo-server would get an import error if they to use this library, since
they do not install the apollo-server package.
In order to fix this problem this commit uses graphql-tag and
graphql-tools directly ditching the apollo-server dependency.
Copy link
Member

@victor-accarini victor-accarini left a comment

Choose a reason for hiding this comment

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

LGTM

@cabelitos cabelitos merged commit 3f3d654 into master Sep 16, 2020
@cabelitos cabelitos deleted the deps branch September 16, 2020 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

usage with apollo-server-lambda
3 participants