MappedAbstractType

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

Attributes

Graph
Supertypes
trait AbstractType
trait Named
trait Type
class Object
trait Matchable
class Any
Show all

Members list

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
def name: String

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