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

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Definition
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FIELD.type
object FRAGMENT_DEFINITION.type
object FRAGMENT_SPREAD.type
object INLINE_FRAGMENT.type
object MUTATION.type
object QUERY.type
object SUBSCRIPTION.type
object ARGUMENT_DEFINITION.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
object VARIABLE_DEFINITION.type
Show all
final case class SchemaDefinition(directives: List[Directive], query: Option[String], mutation: Option[String], subscription: Option[String], description: Option[String]) extends TypeSystemDefinition

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Definition
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TypeDefinition extends TypeSystemDefinition

Attributes

Companion
object
Supertypes
trait Definition
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