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

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Override the variables values with their respective targets

Override the variables values with their respective targets

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product