Jordan Eldredge
Jordan Eldredge
This is a nice place to introduce your overall schema, but we can't currently add it via Grats.
If a field arg is typed in the DSL as optional, a request that passes an explicit null, is considered valid. This means `graphql-js` will pass through a user's explicit...
In order for Resolvers to be fully features in TypeScript we need to ensure the compiler produces type assertions for them in the same way that type assertions are generated...
```ts /** @gqlType */ class Parent { /** @gqlField */ parentField: string; } class Intermediate extends Parent {} /** @gqlType */ export class Child extends Intermediate { /** @gqlField */...
I was never able to get Parcel to correctly build all the different files we need for node modules (types/UMD/ESModules/etc). So trying Vite+Rollup ## TODO - [ ] Fix CSS...
## TODO - [x] Validate APIs work in test environment - [ ] Add to documentation - [ ] Figure out how we can cut a release with these new...
We had two types here, my larger goal is to unify each of these field error types to the point where RelayReader collects up a list of field events and...
Trying to get more info on the failure I see here: https://github.com/facebook/relay/actions/runs/10742885102/job/29796930703
Trying to debug CI failures caused by running out of disk. Running Rust tests on Ubuntu is what's failing reliability. Specifically, it fails when compiling the tests. Right before I...