-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
π Feature Request
Description
- Whenever a file upload via apollo-federation-file-upload occurs, there are set request headers and one can not add anything to that header (request from Gateway to subgraph). willSendRequest method will execute but all the headers added in that method (in case of file upload) will be ignored. There are many issues arising from that problem, for example I can not pass authentication token from Gateway to subgraph for authenticating user.
Implementation details
- There should be an option (object props) to pass file upload headers OR file upload request should add headers added in willSendRequest
Potential caveats
- none
Acceptance criteria
Additional context and visual reference
Reactions are currently unavailable