LeafType

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

Attributes

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

Members list

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

Attributes

Inherited from:
Named

Attributes

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

Attributes

Inherited from:
Named