SchemaBasedDocumentAnalyzer

sangria.validation.SchemaBasedDocumentAnalyzer$
See theSchemaBasedDocumentAnalyzer companion class

Attributes

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

Members list

Concise view

Type members

Classlikes

case class DeprecatedEnumValue(parentType: EnumType[_], value: EnumValue[_], astValue: EnumValue, deprecationReason: String) extends DeprecatedUsage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Violation
class Object
trait Matchable
class Any
case class DeprecatedField(parentType: CompositeType[_], field: Field[_, _], astField: Field, deprecationReason: String) extends DeprecatedUsage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Violation
class Object
trait Matchable
class Any
sealed trait DeprecatedUsage extends Violation

Attributes

Graph
Supertypes
trait Violation
class Object
trait Matchable
class Any
Known subtypes
case class IntrospectionUsage(parentType: CompositeType[_], field: Field[_, _], astField: Field) extends Violation

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Violation
class Object
trait Matchable
class Any
case class VariableUsage(node: VariableValue, tpe: Option[InputType[_]], defaultValue: Option[(, ToInput[_, _])])

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror