caliban.uploads

package caliban.uploads

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GraphQLUploadRequest(request: GraphQLRequest, fileMap: List[(String, List[PathValue])], 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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Uploads

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Uploads

Attributes

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