Dan Zhou

Results 5 issues of Dan Zhou

Benjie asked me to file an issue for this on Discord: https://discord.com/channels/489127045289476126/1273438253017464852/1273762862531088488 There's full context there. But the issue is that `pgSelectSingleFromRecord` could probably accept a broader type for its...

🐛 bug

Discord context: https://discord.com/channels/489127045289476126/498852330754801666/1292111166235082803 This is the code I tried to write: ```typescript // comment on table app.users is $$ // @interface mode:relational type:kind // @type MEMBER references:members // @type ADMIN...

### Feature description Ruru supports programmatically setting and reading the query and variables UI panes: https://github.com/graphile/crystal/blob/0f7fe2060c1d2ad50a76a1620ccc827c05bb03af/grafast/ruru-components/src/interfaces.ts#L47-L65 But it'd be nice if it also let you read/write the headers pane too....

💅 enhancement
🙏 help-wanted

## Context (v5) Consider the case where I have tables: - `app.users{id}` - `app.invoices{id,user_id}` - `app.transactions{id,invoice_id}` I want a graphql query that gets all transactions for a user: ```graphql userById(id:...

🐛 bug

### Summary (for v5) @graphile/simplify-inflection seems to ignore _schemaPrefix. ### Steps to reproduce Here's a plugin that prefixes anything in the `foo` pg schema with `foo_`: https://gist.githubusercontent.com/danzho/fce5e8905c06745fb434e1f3a7530ba3/raw/6814300c61d20729af668c9803b5fb0155ed797a/foo-prefix-plugin.ts With vanilla v5,...

💅 enhancement
🙏 help-wanted
🤩 good-first-bug