graphql-tools icon indicating copy to clipboard operation
graphql-tools copied to clipboard

graphql-ws executor does not resolve `connectionParams`

Open ThomasMoritz opened this issue 2 years ago • 0 comments
trafficstars

Issue workflow progress

Progress of the issue based on the Contributor Workflow

  • [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox

    Make sure to fork this template and run yarn generate in the terminal.

    Please make sure the GraphQL Tools package versions under package.json matches yours.

  • [ ] 2. A failing test has been provided
  • [ ] 3. A local solution has been provided
  • [ ] 4. A pull request is pending review

Describe the bug

This is a copy of this bug: https://github.com/ardatan/graphql-mesh/issues/5774

To Reproduce Steps to reproduce the behavior:

Please look at: https://github.com/ardatan/graphql-mesh/issues/5774

Expected behavior

the connectionParams should be resolved

Environment:

  • OS: macOS 13.6.
  • @graphql-tools/executor-graphql-ws: 1.1.0
  • NodeJS: 18.18.0

ThomasMoritz avatar Oct 26 '23 04:10 ThomasMoritz