Vladimir Lazarev
Results
1
issues of
Vladimir Lazarev
Hello I created mutation with next spec: `case class HtmlInput (url: String, html: Upload, attachments: Seq[Attachment] = Seq.empty) ` `case class Attachment(url: Option[String], file: Upload)` , where Upload is caliban.uploads...