Robert Balicki

Results 26 issues of Robert Balicki

* If a @refetchable fragment has a queryName which is the name of an existing fragment (say `MyFragment`), then `__generated__/MyFragment.graphql` will be the `ReaderFragment`, and not the `ConcreteRequest`. * If...

## Promise-returning APIs are strictly inferior to observable-returning APIs A promise cannot be synchronously read. An observable can synchronously fire events. So it's quite unfortunate that you will be unable...

Amazing extension! I love it so far. Is it possible to get more than 6 custom colors? 6 is quite coarse-grained for what I would like to do. Alternatively, would...

If you run `pnpx @graphql-inspector/cli serve ./schema.graphql`, and it has validation errors (in my case, fields starting with __), AFAICT graphql-inspector doesn't tell you why validation failed. That would be...

cli

* All of the following (I think valid) descriptions either are not displayed fully or are formatted incorrectly, or both ``` type Query { """ This renders correctly """ correct:...

core

you can ignore this, just testing out whether I can get an alert to show