Daniel Rearden

Results 25 issues of Daniel Rearden

All of the examples in the GraphQL.js tutorial demonstrate creating a schema using `buildSchema`. Create a schema using SDL is simpler and less intimidating for beginners compared to initializing a...

💡 Idea

I created a simple app using the code in the readme to try out the library. It works great and I'm able to send messages between my two devices. However,...

I wrote a [small library](https://github.com/danielrearden/pg-magic) for generating TypeScript types from Postgres queries using only static query analysis. There's a number of advantages of using static query analysis over the approach...

@slonik/typegen

The column names passed in through the `uniqueConstraintColumnNames` parameter should be normalized just like the named value bindings are. In other words, if I submit `{ emailAddress: '[email protected]' }` as...

enhancement

Right now, there is no way to unsubscribe. If the context changes (for example, we unmount the component that initialized the query), `onNext` will continue to be called with additional...