https://kotlinlang.org logo
Title
a

András Hatvani

02/08/2021, 8:21 AM
Hi, where do I find an example for file upload implementation?
d

Dariusz Kuc

02/08/2021, 3:35 PM
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)
👍 1