apollographql / apollographql/federation
Gateway not forwarding the operationName to downstream services
Open
- Dominant language
- TypeScript
- Stars
- 725
- Forks
- 276
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
**Actual Behaviour**
The Gateway not passing the operationName to the downstream services
**Expected Behaviour**
The Gateway should include the operationName passed in the request body while calling the process method along with query/variables/http, so that the downstream services get the operationName.
Contributor guide
Research direction
Start by tracing the Gateway request handling to the process method described in the issue, focusing on how query, variables, and http are passed downstream. Confirm the operationName from the request body is included in that call and verify that downstream services receive it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100