Taylor Ninesling

Results 7 issues of Taylor Ninesling

Add gt, gte, lt, lte, and range operations for telemetry conditions. --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [X] Changes are...

Use supergraph schema to extract auth info as auth information may not be available on the query planner's subgraph schemas. This undoes the auth changes made in #4975. --- **Checklist**...

When we apply demand control measurements, we want to measure the cost of an operation at several points. We score the overall operation, the query plan, and each subgraph operation....

# Overview Adds a new instrumentation config, `graphql`, which supports a single metric called `field.length`. When enabled, this will publish the lengths of array fields returned in primary supergraph responses....

The primary issue with controlling the use of join directives via identity strings is that any logic relying on the presence of `@join__directive` won't work if the affected directive is...

These two releases were published from main. This includes those changes in `next` so the next minor will include these fixes and features.

When using an external type with a default array argument, the defaults from the different subgraphs were being compared with strict equality. Now, when we come across arrays, we use...