postgraphile-plugin-upload-field
postgraphile-plugin-upload-field copied to clipboard
detect if field value is not a File and pass value directly without uploading
trafficstars
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 actually a File and not crash like it does now?