Confusing type name for File
#2234
MoSattler
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not really a bug, but a suggestion.
The local API expects for file uploads like this
an input of type
File
, and is displayed as such in IDE's like VSCode.It took me quite a bit to realise that this is not the global class
File
, but a payload custom type.Maybe it'd make sense to rename the custom type with something that doesn't collide with node types.
Beta Was this translation helpful? Give feedback.
All reactions