Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensions field received from subgraph is not forwarded #6178

Open
consra opened this issue Oct 21, 2024 · 0 comments
Open

Extensions field received from subgraph is not forwarded #6178

consra opened this issue Oct 21, 2024 · 0 comments

Comments

@consra
Copy link

consra commented Oct 21, 2024

Describe the bug

I have a subgraph which is returning the following:

{
  "extensions": {
    "request-id": "UUID"
  },
  data: {...},
}

but the router is returning only this part without including the extensions field

{
  data: {...},
}

To Reproduce

A subgraph should return in the extensions a new field. The router won't forward the extensions field received from the subgraph.

Expected behavior

The extension field from the subgraph is returned to the caller as expected.

Output

N\A

Desktop (please complete the following information):

  • router version 1.43.1

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant