You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apollo file uploads are not part of the GraphQL specification and are not supported "out-of-the-box". As per #518 you will have to configure Jackson object mapper to correctly handle those types (and potentially also configure custom data fetcher to apply the custom logic - if needed).
@dariuszkuc Should we add a section to the docs mentioning Apollo file uploads and that they are not supported by default, just to clarify this for further issues?
Currently there's no example demonstrating the implementation of a file upload. Desired would be one example with both, single and multiple files.
The text was updated successfully, but these errors were encountered: