Jordan Eldredge
Jordan Eldredge
Without this change we might panic and crash the compiler/LSP
 Dark mode synatax theme is defined on line 463 here: https://github.com/facebook/relay/blob/main/website/docusaurus.config.js
For the last few years we've been experimenting with expanding [Relay Resolvers](https://relay.dev/docs/guides/relay-resolvers/) to allow them to return client state that can change over time. We are now close to releasing...
I had been frustrated by this #54 and had read all the documentation hoping to find an explanation for why the expansion was happening in the first place. It wasn't...
Reactive GraphQL Architecture ============================= This document outlines a vision for using GraphQL to model client data in applications which have highly complex client state. It is informed by the constraints...
This PR changes how interface fields are handled. Previously, each interface implementor was responsible for adding `/** @gqlField */` to each field. Even those which were already annotated on one...
## TODO - [ ] Handle context arg - [ ] Allow user to tag context type - [ ] Handle Info arg - [ ] Should Grats export an...
In browser environments or edge computing environments, it would be desirable to make GraphQL execution more light-weight: 1. Only load resolver code for the fields that your current bundle can...
Fixes https://github.com/captbaritone/grats/issues/66 ## TODO - [ ] Rename args in @-exports directive to be more generic - [ ] Clean up codegen - [ ] Check/fix integration tests - [...