router icon indicating copy to clipboard operation
router copied to clipboard

A configurable, high-performance routing runtime for Apollo Federation 🚀

Results 667 router issues
Sort by recently updated
recently updated
newest added

## Describe the solution you'd like The [header propagation docs](https://www.apollographql.com/docs/graphos/routing/header-propagation) provide a clear explanation of what the effects of the header rules are, but they don't appear to explicitly state...

documentation
raised by user

## Describe the bug `apollographql.templatizeExtraLabels` does not properly translate string values to strings when creating labels if they would otherwise be another scalar type. For example, adding: ``` router: extraLabels:...

raised by user

Prevents polluting Studio with invalid enum values in particular, but also with data from queries that were never executed in general. Still needs a test. This is kind of a...

## Router logging a error when the prometheus exporter is enabled. ``` telemetry: apollo: field_level_instrumentation_sampler: always_off exporters: metrics: otlp: enabled: false prometheus: enabled: true listen: 0.0.0.0:9090 path: /metrics ``` This...

raised by user

## Is your feature request related to a problem? Please describe. I am unable to use the Demand Control feature, because it does not accept the [IBM @cost specification](https://ibm.github.io/graphql-specs/cost-spec.html). The...

raised by user

## Is your feature request related to a problem? Please describe. We have to conditionally allow introspection queries based on some custom domain rules, to start with we need to...

raised by user

add ->format connectors method --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed...