postgraphile-plugin-upload-field icon indicating copy to clipboard operation
postgraphile-plugin-upload-field copied to clipboard

detect if field value is not a File and pass value directly without uploading

Open ldenoue opened this issue 5 years ago • 0 comments
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?

ldenoue avatar Oct 14 '20 09:10 ldenoue