Class/Object

sangria.schema

Schema

Related Docs: object Schema | package schema

Permalink

case class Schema[Ctx, Val](query: ObjectType[Ctx, Val], mutation: Option[ObjectType[Ctx, Val]] = None, subscription: Option[ObjectType[Ctx, Val]] = None, additionalTypes: List[Type with Named] = Nil, directives: List[Directive] = BuiltinDirectives, validationRules: List[SchemaValidationRule] = SchemaValidationRule.default) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Schema(query: ObjectType[Ctx, Val], mutation: Option[ObjectType[Ctx, Val]] = None, subscription: Option[ObjectType[Ctx, Val]] = None, additionalTypes: List[Type with Named] = Nil, directives: List[Directive] = BuiltinDirectives, validationRules: List[SchemaValidationRule] = SchemaValidationRule.default)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val additionalTypes: List[Type with Named]

    Permalink
  5. lazy val allTypes: Map[String, Type with Named]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val availableTypeNames: List[String]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(oldSchema: Schema[_, _]): Vector[SchemaChange]

    Permalink
  10. lazy val directImplementations: Map[String, List[ObjectLikeType[_, _]]]

    Permalink
  11. val directives: List[Directive]

    Permalink
  12. lazy val directivesByName: Map[String, Directive]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def extend(document: Document, builder: AstSchemaBuilder[Ctx] = AstSchemaBuilder.default[Ctx]): Schema[Ctx, Val]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getInputType(tpe: IntrospectionTypeRef): Option[InputType[_]]

    Permalink
  18. def getInputType(tpe: ast.Type): Option[InputType[_]]

    Permalink
  19. def getOutputType(tpe: ast.Type, topLevel: Boolean = false): Option[OutputType[_]]

    Permalink
  20. lazy val implementations: Map[String, List[ObjectType[_, _]]]

    Permalink
  21. lazy val inputTypes: Map[String, Type with Named with InputType[Any]]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isPossibleType(baseTypeName: String, tpe: ObjectType[_, _]): Boolean

    Permalink
  24. val mutation: Option[ObjectType[Ctx, Val]]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. lazy val outputTypes: Map[String, Type with Named with OutputType[Any]]

    Permalink
  29. lazy val possibleTypes: Map[String, List[ObjectType[_, _]]]

    Permalink
  30. val query: ObjectType[Ctx, Val]

    Permalink
  31. lazy val scalarTypes: Iterable[(String, ScalarType[_]) forSome {type _}]

    Permalink
  32. val subscription: Option[ObjectType[Ctx, Val]]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. lazy val typeList: List[Type with Named]

    Permalink
  35. lazy val types: Map[String, (Int, Type with Named)]

    Permalink
  36. lazy val unionTypes: Map[String, UnionType[_]]

    Permalink
  37. val validationErrors: List[Violation]

    Permalink
  38. val validationRules: List[SchemaValidationRule]

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped