Named

sangria.schema.Named
See theNamed companion object
sealed trait Named extends HasDescription

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AbstractType
class InterfaceType[Ctx, Val]
class UnionType[Ctx]
class Argument[T]
trait CompositeType[T]
trait ObjectLikeType[Ctx, Val]
class ObjectType[Ctx, Val]
class Directive
class EnumType[T]
class EnumValue[T]
class Field[Ctx, Val]
class InputField[T]
class InputObjectType[T]
trait LeafType
class ScalarAlias[T, ST]
class ScalarType[T]
Show all

Members list

Value members

Abstract methods

def name: String
def rename(newName: String): Named.this.type

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