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

graphql-middleware should actually be a dependency #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thekumar
Copy link

@thekumar thekumar commented May 11, 2022

Otherwise, runtime errors about unknown dependencies from graphql-shield are thrown.

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Bug fix.

  • What is the current behavior? (You can also link to an open issue here)
    Compiles fine, but throws errors around unknown dependency for 'graphql-middleware' when running jest tests.

  • What is the new behavior (if this is a feature change)?
    Compiles and runs fine during tests.

  • Other information:
    For context, I'm following Option 3: using the base rate limiter function.

Otherwise, runtime errors about unknown dependencies from graphql-shield are thrown.
@glensc
Copy link

glensc commented Oct 27, 2022

change seems valid. but I am not sure is adding a new dependency a breaking change, i.e need to release 4.x?

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.

None yet

2 participants