apollo-federation-ruby icon indicating copy to clipboard operation
apollo-federation-ruby copied to clipboard

A Ruby implementation of Apollo Federation

Results 54 apollo-federation-ruby issues
Sort by recently updated
recently updated
newest added

In federation version 2 the directives have namespaces (`federation__` by default). Currently this prefix is non-configurable which may cause issues when other subgraphs use a different namespace or import them...

Federation 2

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies
javascript

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies
javascript

I made a request to my rails server running locally and set the header `apollo-federation-include-trace` ```ruby headers => {"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"} headers['apollo-federation-include-trace'] => nil request.headers['apollo-federation-include-trace'] =>...

**Summary** - Updates Any.coerce_input to handle the case when `value` is an instance of `GraphQL::Language::Nodes::InputObject` - Newer releases of GraphQL automatically convert inline query variables to input objects While it's...

In a Rails app with a controller that supports [query-batching via multiplex](https://graphql-ruby.org/queries/multiplex.html#apollo-query-batching), enabling federated tracing ([using the documented steps](https://github.com/Gusto/apollo-federation-ruby#tracing)) leads to a runtime error when processing batched queries. #### Repro...

Hi, I am trying to use apollo-fderation-ruby in my project. After I added key keyword. 'bundle exec srb tc' check will fail as below. Any Idea how to resolve this...