Andreas Bergmaier

Results 54 comments of Andreas Bergmaier

Does this need to go behind a feature flag? I figured this might break existing schemas that a) have such foreign references on parts of their primary keys and b)...

> What happens if a `@oneOf` is queried as part of a union? I don't see the open question here. A OneOf Object Type still is a named type, so...

I'm having trouble here deciding between `DELETE` and `INVALIDATE` as well. From the original https://github.com/apollographql/apollo-client/pull/6991, it seems that `INVALIDATE` was always meant to trigger re-observation only while `DELETE` causes a...

@omerman Oops you're right. I hadn't noticed the flicker at first because the backend responded so quickly. I had expected that when a query is refetched, the `QueryResult` would keep...

@platinumazure Yes, I am using the `indent` rule, and prefer tabs for indentation - that's why they are still to be found in the commented-out code. Updated with the template,...

@kaicataldo I don't want to have any tabs in the rest of the code, e.g. as whitespace between keywords or between elements in inline array/object literals.

Here's a stripped-down trace (I cannot post the full traces we collect): ```json { "data": [ { "traceID": "03009dceaecb9370", "spans": [ { "traceID": "03009dceaecb9370", "spanID": "03009dceaecb9370", "operationName": "query", "references": [],...

There should be a way to document/annotate the destructured variables themselves. It should work with the JsDoc comment syntax shown in [this Stack Overflow answer](https://stackoverflow.com/a/67196473): ```ts interface Example { /**...

There's [custom fields in the API](https://shortcut.com/api/rest/v3#Custom-Fields) now, I assume this includes Product Area, Technical Area and Skill Set?

Cool, good I waited before rushing to the implementation :-) I should find some time to do it this or next week.