AbstractType

sangria.schema.AbstractType
sealed trait AbstractType extends Type, Named

Attributes

Graph
Supertypes
trait Named
trait Type
class Object
trait Matchable
class Any
Show all
Known subtypes
class InterfaceType[Ctx, Val]
class UnionType[Ctx]

Members list

Value members

Abstract methods

def name: String

Concrete methods

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

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:
Type
def rename(newName: String): Named.this.type

Attributes

Inherited from:
Named