Ondrej Synacek

Results 57 comments of Ondrej Synacek

@PedroBern Hey thanks for the response 😉 I've tried what you suggested, the code is in [this](https://github.com/productboard/relay-missing-data-bug/blob/use-refetch/src/repo-search/result-list.tsx) branch and it does seem to work. Moreover I can leave out `refetch`...

Yes it's frustrating because you can't catch these during build time! I wish there'd be a way to instrument this issue better to uncover the root cause more easily.

I wanted to add some suggestions which would work good in our organization: 1. Allow multiple codeowners, e.g. `#CODEOWNERS: person1, person2` 2. Not sure if it's apparent but in our...

> Apollo Federation also supports schema ownership through directives: https://www.apollographql.com/docs/technotes/TN0036-owner-pattern/ > > ```graphql > directive @owner(team: String!) on OBJECT > ``` Thanks, I see that it's only for Federation v2...

Wouldn't supporting `@owner` directive be good for compatibility reasons?

This is really frustrating. Why does this need to depend on this specific package manager?

I find the approach taken to generating types non-transparent, and it's causing me (and probably some other folks) to figure out the work-arounds on my own. I would assume `wrangler`...