Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
ew (e@masochi.st)'s status on Thursday, 22-Sep-2022 12:20:23 JST ew
@NEETzsche @alex @josh due to typescript and graphql, if I code a graphql query that's like `{ users { name }` which is effectively the same as the sql query `select name from users` and the name column doesn't exist on my database my linter will bitch at me that the field is invalid.
I basically get to write database calls on my frontend and get them validated like sql ones directly in a sql command line