TypeSystemDefinition

caliban.parsing.adt.Definition$.TypeSystemDefinition$
See theTypeSystemDefinition companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class DirectiveDefinition(description: Option[String], name: String, args: List[InputValueDefinition], isRepeatable: Boolean, locations: Set[DirectiveLocation]) extends TypeSystemDefinition

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DirectiveLocation

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FIELD.type
object FRAGMENT_SPREAD.type
object INLINE_FRAGMENT.type
object MUTATION.type
object QUERY.type
object SUBSCRIPTION.type
object ENUM.type
object ENUM_VALUE.type
object FIELD_DEFINITION.type
object INPUT_OBJECT.type
object INTERFACE.type
object OBJECT.type
object SCALAR.type
object SCHEMA.type
object UNION.type
final case class SchemaDefinition(directives: List[Directive], query: Option[String], mutation: Option[String], subscription: Option[String]) extends TypeSystemDefinition

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror