WithInputTypeRendering

sangria.schema.WithInputTypeRendering

Type parameters

Ctx

Type of the context object that was passed to Sangria's execution method.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Context[Ctx, Val]

Members list

Value members

Abstract methods

def ctx: Ctx

The context object that was passed to Sangria's execution method.

The context object that was passed to Sangria's execution method.

Attributes

def marshaller: ResultMarshaller

Concrete methods

def renderInputValueCompact[T](value: (, ToInput[_, _]), tpe: InputType[T]): Option[String]