MappedAbstractType

sealed trait MappedAbstractType[T] extends Type with AbstractType
trait Named
trait Type
class Object
trait Matchable
class Any

Value members

Abstract methods

def contraMap(value: T): Any

Inherited methods

def description: Option[String]

A description of this schema element that can be presented to clients of the GraphQL service.

A description of this schema element that can be presented to clients of the GraphQL service.

Inherited from:
HasDescription
def name: String
Inherited from:
AbstractType
Inherited from:
Type
def rename(newName: String): Named.this.type
Inherited from:
Named
def typeOf[Ctx](value: Any, schema: Schema[Ctx, _]): Option[ObjectType[Ctx, _]]
Inherited from:
AbstractType