Jordan Eldredge
Jordan Eldredge
Notably, this could ensure links are clickable.
I had originally opted not to support defining interfaces via classes because of the mismatch between TypeScript having single inheritance and GraphQL having multiple inheritance. You can't express: ```graphql type...
GraphQL JS expects GraphQL field arguments to be passed to the resolver as a single `args` object where each argument is a named property. This makes sense in a world...
We should look at [`graphql-scalars`](https://github.com/Urigo/graphql-scalars) for compatibility. And Pothos' concept of Input and Output for scalars. We should also see how Strawberry and Juniper address this. Specifically, we need a...
https://github.com/captbaritone/grats/blob/f662a70cce6c42e73b1a1a2e009b8af33410b209/src/tests/fixtures/arguments/PromiseArgument.invalid.ts.expected
This should help us prevent links from breaking as the website evolves.
https://github.com/captbaritone/grats/commit/1ccab75259c0de65a3436ed6adf496c05a50e39b adds a change how we handle multiple files each with an error, but we have no test coverage for this, nor any ability to validate the behavior.
Should be used in: - [ ] Readme - [ ] Docs home page - [ ] Docs favicon - [ ] Open graph tags on docs site - [...