postgraphile-plugin-upload-field
postgraphile-plugin-upload-field copied to clipboard
Upload fields in PostGraphile
Currently, the logic is the following (as described here https://github.com/graphile-contrib/postgraphile-plugin-upload-field/blob/master/README.md): 1. Upload file on disk 2. Insert/update row in the column table (SQL command) The issue is that if the...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Any example on how to run it with fastify? I was able to get postgraphile run with fastify. Now i am trying to include this plugin for file upload but...
Is it possible to get the plugin working with [postgraphile-plugin-nested-mutations](https://github.com/mlipscombe/postgraphile-plugin-nested-mutations)? If I try to upload a file via a nested mutation everything seems to work except the file upload (the...
Hi, Originally mistakingly filed this under the example repo, closed that issue since. First of thank you for the work on this plugin! This error is a result of a...
Sometimes, I'd like my front-end to pass a string instead of a File blob (I'm storing photoURL in my TABLEs). Is it possible to detect if the passed value is...
@mattbretl not sure if you'd want this or not, I'm happy to close it and use a fork, but figured I'd make a PR and/or get your opinion on this.
I'd like to determine where to upload something to based on PostGraphile smart tags. I believe this is not possible currently. This PR will make that possible. There's arguably a...