Packages

p

caliban

uploads

package uploads

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FileMeta(id: String, bytes: Array[Byte], contentType: Option[String], fileName: String, fileSize: Long) extends Product with Serializable
  2. case class GraphQLUploadRequest(request: GraphQLRequest, fileMap: List[(String, List[Either[String, Int]])], fileHandle: UIO[Uploads]) extends Product with Serializable

    Wraps a request which included an upload request, this stores the additional information necessary to be able to resolve files at query time

  3. final case class Upload(name: String) extends Product with Serializable
  4. trait Uploads extends AnyRef

Value Members

  1. object Uploads

Ungrouped