Benjie
Benjie
As discussed in this thread: https://github.com/APIs-guru/graphql-over-http/issues/5
I'm not completely sure what options to include, or how to express them. I was considering making it a level like `--verbosity error`, 'warn', 'info', 'debug', 'excessive'. Or maybe a...
[Server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) are a perfect mechanism for informing a GraphQL client, such as graphql-playground, that the schema has been updated. They don't require the complexity of websockets, and they are...
https://www.npmjs.com/org/localrepo / https://www.npmjs.com/package/@localrepo/pledge
### Feature description @phryneas has written https://github.com/mayflower/postgraphile-tag-json-tools which enables more accurate JSON schema for the postgraphile.tags.jsonc file, leading to better auto-complete (and hopefully detection of misconfiguration, e.g. typos in references,...
This is a work in progress PR for adding avatar upload functionality, merging #101 and #108. It's no-where near ready. - [x] Add createSignedUrl mutation - [x] Add upload component...
Run `yarn server schema:export` and check it's not different.