Toney Mathews

Results 5 issues of Toney Mathews

Potential fix for https://github.com/github/graphql-client/issues/288 Adds a configuration for handling unknown enum values returned by the server

Closes https://github.com/github/graphql-client/issues/300 This PR - defines singleton methods on `ObjectClass` for field definitions whose names match Ruby's built-in method names such as `Object#method`. - adds an allowlist of fields for...

We noticed that Ruby's built in methods get called rather than the accessor methods defined by this gem on the query response from 0.17.0. This behaviour has come up after...

`opentelemetry-instrumentation-graphql` provides a `GraphQLTracer` ([source](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/37696bd2c5c8c58c072937e69834b562bf2c42a5/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/tracers/graphql_tracer.rb)) based on `GraphQL::Tracing::PlatformTracing` ([source](https://github.com/rmosolgo/graphql-ruby/blob/master/lib/graphql/tracing/platform_tracing.rb)). This includes [several schema level configuration options](https://github.com/open-telemetry/opentelemetry-ruby/blob/opentelemetry-instrumentation-graphql/v0.19.2/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/instrumentation.rb#L38-L40) that can enable/disable specific parts of tracing. The current options are global, but we...

### What changes are you making? Part of https://github.com/shop/issues-checkout/issues/9199 When `colorScheme` is set to `automatic`, set it as `auto` on `embed` ### Before you merge > [!IMPORTANT] > > -...