thecodingmachine / symfony-boilerplate

An example of an application built with Symfony 5, GraphQL and Nuxt.js

Home Page:https://thecodingmachine.github.io/symfony-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve file upload documentation

moufmouf opened this issue · comments

I think the file upload documentation is missing a few sample.

At the very end of the document, there is a simple Vue form to upload files, but you should probably also put here the GraphQL query and the PHP UseCase (and the Storable too).

That would really help understand how this works. Otherwise, you have to really now GraphQLite quite well to understand you can type-hint on a UploadedFileInterface.