SchemaBasedDocumentAnalyzer

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class DeprecatedEnumValue(parentType: EnumType[_], value: EnumValue[_], astValue: EnumValue, deprecationReason: String) extends DeprecatedUsage
case class DeprecatedField(parentType: CompositeType[_], field: Field[_, _], astField: Field, deprecationReason: String) extends DeprecatedUsage
sealed trait DeprecatedUsage extends Violation
case class IntrospectionUsage(parentType: CompositeType[_], field: Field[_, _], astField: Field) extends Violation
case class VariableUsage(node: VariableValue, tpe: Option[InputType[_]], defaultValue: Option[(, ToInput[_, _])])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror