Shane Myrick

Results 73 issues of Shane Myrick

Fixes https://github.com/apollographql/apollo-server/issues/6603 All GET requests sent with RESTDatasource go through a memoization cache but there is currently no option to disable that. This change adds a new class property `requestCacheEnabled`...

If you use gateway version 0.29.0+ with Apollo Server 2 you will start relying on `apollo-server-types` both `^0.9.0` OR `^3.0.0`. See code `[email protected]` -> AS2 `[email protected]` -> AS3 https://github.com/apollographql/federation/blob/7f5565aedefa05f0453985336a24d3e3d8aebd2f/gateway-js/package.json#L41 Normally...

The spans include the start time and duration for each call. Developers could add a custom field to the log to include the bytes sent but that would require having...

We can update the default branch in the repo from `master` to `main`. There are a few tooling changes we would need to make. GH has some handy tools available...

type: enhancement

The GraphQL spec allows for arguments to have default values: * https://graphql.org/learn/schema/#arguments Kotlin allows specifying default values: * https://kotlinlang.org/docs/reference/functions.html#default-arguments This information is not available on reflection though due to the...

type: enhancement
module: generator

Often when I am doing a search and I have narrowed down to my `serviceName` I would like to see trends and traces for everything _except_ one specific `operationName`. Is...

feature request

Add links to the `@specifiedBy` directive

Add links to Router docs for those who may land on the page from external or internal direct links

tl;dr I want to be able to call my distributed APQ cache with the trace id from the GraphQL HTTP request A customer is adding a Redis cluster to their...

### Issue Description An user is building a subgraph with the Ruby library that [supports federation](https://github.com/Gusto/apollo-federation-ruby). As part of this library, they don't just support a `resolve_reference` function to resolve...