GraphQLUploadRequest

caliban.uploads.GraphQLUploadRequest
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

Attributes

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

Members list

Value members

Concrete methods

Override the variables values with their respective targets

Override the variables values with their respective targets

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product