CompositeType

sangria.schema.CompositeType
sealed trait CompositeType[T] extends Type, Named, OutputType[T]

Attributes

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

Members list

Value members

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

Attributes

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

Attributes

Inherited from:
Named