InputDocumentMaterializer

sangria.execution.InputDocumentMaterializer
See theInputDocumentMaterializer companion object
case class InputDocumentMaterializer[Vars](schema: Schema[_, _], variables: Vars)(implicit iu: InputUnmarshaller[Vars])

Attributes

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

Members list

Value members

Concrete methods

def to[T](document: InputDocument, inputType: InputType[T])(implicit fromInput: FromInput[T]): Try[Vector[T]]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product