Jonathan Gamble
Jonathan Gamble
This could be attained probably pretty easily by changing the [quill resize module](https://github.com/kensnyder/quill-image-resize-module/blob/master/src/modules/Resize.js) to work for this.
Here is how neo4j does it: https://neo4j.com/docs/graphql-manual/current/mutations/update/ This is one of those very important updates that seems to be ignored for to years? There is a current pull request since...
I'm building a GraphQL layer. This would be awesome for subscriptions. Subscriptions have many use cases for real time data like votes on twitter, notifications, messages, etc. Is this on...
`Group By` is provided by postgres. Could we add this feature? It should be relatively simple. This is also very important because you can't subscribe to Views or Procedures. There...
This would be huge, as it is a needed feature. J
I imagine you're going to have a `graphql` endpoint and an `admin` endpoint. Why not just do something like this on the admin endpoint: ```graphql mutation { renameType('Post', 'Tweet') }...
Anything on approving this?
The logging doesn't seem to be working at all with `revalidate: 0` either! J
Yes. When I set `revalidate: 5` I can see the logging in my server console. However, there is no logging when `revalidate: 0`. Thanks, J
Although your `server.ts` file has a different cache, I haven't seen any instructions on using it. (What are the differences?) Needless to say, I'm using the default cache. J