Packages

p

caliban

uploads

package uploads

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. uploads
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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. trait Multipart extends AnyRef
  4. final case class Upload(name: String) extends Product with Serializable
  5. type Uploads = Has[Multipart]

Value Members

  1. object Uploads

Inherited from AnyRef

Inherited from Any

Ungrouped