Packages

p

caliban

validation

package validation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. validation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Context(document: Document, rootType: RootType, operations: List[OperationDefinition], fragments: Map[String, FragmentDefinition], selectionSets: List[Selection], variables: Map[String, InputValue]) extends Product with Serializable
  2. type FieldMap = Map[String, Set[SelectedField]]
  3. case class SelectedField(parentType: __Type, selection: Field, fieldDef: __Field) extends Product with Serializable

Value Members

  1. object Context extends Serializable
  2. object FieldMap
  3. object FragmentValidator
  4. object Utils
  5. object Validator
  6. object ValueValidator

Inherited from AnyRef

Inherited from Any

Ungrouped