David Glasser
David Glasser
The only downside is that since TS generics are only positional, having too many generics (even with defaults) can get unwieldy. So if we come up with a third one...
This might not be possible; see #6716. We may just need to bump the requirement to v4.7. For now, adding a note requiring v4.7 to the migration guide, but let's...
That's a good idea. Unfortunately it looks like it depends on the typesVersions feature which is what I had trouble getting to work here... but maybe getting it work in...
Another thing to keep in mind: Gateway's API (specifically the `GraphQLDataSource.process` function) contains the ability to read from GraphQLRequestContext, but this type is changing in AS4 (if nothing else, the...
Related: #6051 Doing that issue would not be quite as much as this, because having traces off but FLI on still gives you field execution statistics.
When we make this change, we should tweak the wording on studio-ui's FieldUsageStatBanner to not say that you have "disabled" this feature but just to say that it is not...
In the interest of moving this project towards finished, let's leave the defaults for "send any traces?" and "instrument fields?" at turned on. The onboarding experience is better that way...
reopening until i delete that comment
Finished up in #6855.