jdolle
jdolle
Closes https://github.com/prismake/typegql/issues/11 Hey there. First off, great package. I'm really enjoying it. I was hoping this PR would be a great jumping off point for interfaces. Using `extend` very nicely...
I've noticed a couple situations that return null rather than the expected value... * Returning 0 for Float/Int * The first enum (because enums start at 0 in TS) *...
### Issue Description The `join__field` directive is absent from the supergraph if only one subgraph is passed in to `composeServices`. This caused an issue for me when onboarding teams to...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make sure...
The slack integration notifies us of safe, dangerous, and breaking changes. My team uses these notifications to passively monitor schema changes for security and schema design standard purposes. One of...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a [minimal reproduction](https://en.wikipedia.org/wiki/Minimal_reproducible_example) available on [Stackblitz](https://stackblitz.com/fork/node). - _Please install the...
The gateway needs to be redeployed after it is updated. This may seem obvious for some, but I was stuck on this for a while. I'm not sure if you...
When working with multiple panes in Atom, tslint will give invalid errors for files and behave erratically.
Solves https://github.com/dotansimha/graphql-yoga/issues/3204
### Describe the bug If `store.get` throws an exception, then that error will be raised to clients which can cause clients to retry indefinitely (depending on client retry logic) ###...