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

Type members

Classlikes

case class DeprecatedDirectiveArgument(directive: Directive, argument: Argument[_], deprecationReason: String) extends DeprecatedUsage

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Violation
class Object
trait Matchable
class Any
Show all
case class DeprecatedEnumValue(parentType: EnumType[_], value: EnumValue[_], astValue: EnumValue, deprecationReason: String) extends DeprecatedUsage

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Violation
class Object
trait Matchable
class Any
Show all
case class DeprecatedFieldArgument(parentType: CompositeType[_], field: Field[_, _], argument: Argument[_], deprecationReason: String) extends DeprecatedUsage

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Violation
class Object
trait Matchable
class Any
Show all
case class DeprecatedInputField(parentType: InputObjectType[_], field: InputField[_], deprecationReason: String) extends DeprecatedUsage

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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