LeafType

sangria.schema.LeafType
sealed trait LeafType extends Type with Named with HasAstInfo

Attributes

Graph
Supertypes
trait Named
trait Type
class Object
trait Matchable
class Any
Known subtypes
class EnumType[T]
class ScalarAlias[T, ST]
class ScalarType[T]

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
HasAstInfo

Attributes

Inherited from:
HasAstInfo

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:
Named

Attributes

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

Attributes

Inherited from:
Named