Skip to content

How to implement file upload? #1037

Answered by smyrick
andrashatvani asked this question in Q&A
Discussion options

You must be logged in to vote

From the issue #1036

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).
There are some examples linked in other related issues #661 (comment) and #518 (comment)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrashatvani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants