You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to fork this template and run yarn generate in the terminal.
Please make sure Mesh 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
graphql-mesh will only run the last, alphabetical, service correctly in v1 for GRPC services. Any other service will error with the message Object at path xx.xxService is not a Service constructor
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
graphql-mesh will only run the last, alphabetical, service correctly in v1 for GRPC services. Any other service will error with the message
Object at path xx.xxService is not a Service constructor
To Reproduce Steps to reproduce the behavior:
see: reproduction repository
Expected behavior
Every grpc service to properly be approachable through graphql-mesh
Environment:
-Packages:
"@graphql-hive/gateway": "^1.4.10",
"@graphql-mesh/compose-cli": "^1.1.9",
"@graphql-mesh/transport-grpc": "^0.0.1",
"@omnigraph/grpc": "^0.1.1",
"@omnigraph/openapi": "^0.107.5",
The text was updated successfully, but these errors were encountered: