MappedAbstractType

sangria.schema.MappedAbstractType
sealed trait MappedAbstractType[T] extends Type with AbstractType

Attributes

Graph
Supertypes
trait Named
trait Type
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def contraMap(value: T): Any

Inherited methods

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.

Attributes

Inherited from:
HasDescription

Attributes

Inherited from:
AbstractType

Attributes

Inherited from:
Type
def rename(newName: String): Named.this.type

Attributes

Inherited from:
Named
def typeOf[Ctx](value: Any, schema: Schema[Ctx, _]): Option[ObjectType[Ctx, _]]

Attributes

Inherited from:
AbstractType