Matej Šnuderl
Matej Šnuderl
### Describe the feature request It seems the current recommended approaches to get toggles with SSR/GSSP both use an un-cached fetch to the API. Since the definitions rarely change, I...
Wondering if there is any plan in supporting other edge providers, e.g Cloudflare?
## Expected behavior `TypedGraphQLError` is used consistently across all error surfaces. ## Actual behavior When using custom scalar, coercing exceptions (e.g CoercingParseLiteralException) don't use the `TypedGraphQLError` and provide very bare-bones...
**Describe the solution you'd like** The router sets a keepalive with duration of 60s for subgraph requests. This seems like a very aggressive default, which should be configurable to say...
**Is your feature request related to a problem? Please describe** When building components, one would like to mock some things to visualize components in some edge cases. For example, imagine...
**Describe the solution you'd like** Would like to add trace id header to federated responses using `rhai` scripts. Example code: ```rhai fn supergraph_service(service) { const response_callback = Fn("process_response"); service.map_response(response_callback); }...