Yannick Utard
Yannick Utard
**Is your feature request related to a problem? Please describe.** Currently I can't pass custom headers to the sync `sendPayload` HTTP call. **Describe the solution you'd like** It'd be great...
### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the provider and it is...
### What happened? I wanted to disable introspection (`__schema` field only) on my server but it also disabled federated introspection (`service` field) because of https://github.com/99designs/gqlgen/blob/2c9f9c5f828bdda8aa03c4be7adf1d0c9abaa8f6/plugin/federation/federation.gotpl#L15-L17 ### What did you expect?...
**Describe the bug** With this query: ``` query TestQuery($slug: String! = "utay") { user(slug: $slug) { id } } ``` This error is returned: ``` { "errors": [ { "message":...
### Issue Description We use the [router](https://github.com/apollographql/router) v1.33.0 and got this query planner error in production ### Link to Reproduction Reproduction steps below ### Reproduction Steps Minimal supergraph to reproduce...
Fixes https://github.com/Gusto/apollo-federation-ruby/issues/228 This PR adds support for `@composeDirective` as well as having multiple `@link` on the schema which is a prerequisite of the former. There's a breaking change `link` ->...
Because `thread_mattr_accessor` uses `Thread.current[]`, doing `self.prevent_instance_data_manipulation_after_freezing = false` in the `Object` extension doesn't work when using fibers (it defaults to `true`). FWIW discussions in https://github.com/rails/rails/issues/19693 seem related. In our case...
This PR adds xhtml:link support for localized sitemaps as explained in https://developers.google.com/search/docs/specialty/international/localized-versions#sitemap. Unfortunately, I couldn't make unmarshaling work for xhtml:links because of https://github.com/golang/go/issues/9519. Basically, marshal works with `xml:"xhtml:link"` and unmarshal...
**Describe the bug** In production a router process serves hundreds of requests per second; when it hot reloads because the supergraph has been refreshed, a few requests get 502s from...
**Describe the bug** Since 1.3.0 and this change https://github.com/anycable/graphql-anycable/pull/44, when calling `GraphQL::AnyCable::Cleaner.clean` we get these warnings: ``` Usage of `GraphQL::AnyCable.redis` is deprecated. Instead of `GraphQL::AnyCable.redis.whatever` use `GraphQL::AnyCable.with_redis { |redis| redis.whatever...