How can I upload images in a feed? How do I add images in mutation?
To upload images, use the file upload API. When you use the upload API https://docs.hypi.app/references/file-upload
Hypi automatically detects images and creates an Image
object which is returned and can be queried. Note that it still creates the File
object but it is a field on the Image
.