caliban.uploads

Members list

Concise view

Type members

Classlikes

case class FileMeta(id: String, bytes: Array[Byte], contentType: Option[String], fileName: String, fileSize: Long)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class GraphQLUploadRequest(request: GraphQLRequest, fileMap: List[(String, List[Either[String, Int]])], fileHandle: UIO[Uploads])

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

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Upload(name: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait Uploads

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Uploads

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Uploads.type