TypeInfo

sangria.validation.TypeInfo
class TypeInfo(schema: Schema[_, _], initialType: Option[Type])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def defaultValue: Option[(, ToInput[_, _])]
def enter(node: AstNode): Unit
def fieldDef: Option[Field[_, _]]
def forcePushType(tpe: Type): Unit
def getFieldDef(parent: CompositeType[_], astField: Field): Option[Field[_, _]]
def leave(node: AstNode): AstNode
def pushParent(): Unit
def tpe: Option[Type]
def withInputType(inputType: InputType[_]): TypeInfo