[V1] Object at path ...
is not a service constructor when a rename transform provided
#8221
Closed
2 of 4 tasks
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
In the grpc-multiple e2e example, trying to add a new rename transform (e.g.
pets_PetService_GetAllPets
→GetAllPets
) and executing the query operation will fail with the message Object at path...
is not a service constructor.To Reproduce Steps to reproduce the behavior:
Check out the branch and commit to issue replication and follow the instructions below:
$ yarn install
and$ yarn build
$ JEST=1 E2E_TEST=true yarn jest grpc-multiple
Expected behavior
Expect to run successfully
Environment:
@omnigraph/grpc
: 0.2.0Additional context
The text was updated successfully, but these errors were encountered: