Packages

object Schema extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildDefinitions[Ctx](document: Document, builder: AstSchemaBuilder[Ctx]): Vector[Named]
  6. def buildDefinitions(document: Document): Vector[Named]
  7. def buildFromAst[Ctx](document: Document, builder: AstSchemaBuilder[Ctx]): Schema[Ctx, Any]
  8. def buildFromAst(document: Document): Schema[Any, Any]
  9. def buildFromIntrospection[Ctx, T](introspectionResult: T, builder: IntrospectionSchemaBuilder[Ctx])(implicit arg0: InputUnmarshaller[T]): Schema[Ctx, Any]

    Build a Schema for use by client tools.

    Build a Schema for use by client tools.

    Given the result of a client running the introspection query, creates and returns a Schema instance which can be then used with all sangria tools, but cannot be used to execute a query, as introspection does not represent the "resolver", "parse" or "serialize" functions or any other server-internal mechanisms.

    introspectionResult

    the result of introspection query

  10. def buildFromIntrospection[T](introspectionResult: T)(implicit arg0: InputUnmarshaller[T]): Schema[Any, Any]

    Build a Schema for use by client tools.

    Build a Schema for use by client tools.

    Given the result of a client running the introspection query, creates and returns a Schema instance which can be then used with all sangria tools, but cannot be used to execute a query, as introspection does not represent the "resolver", "parse" or "serialize" functions or any other server-internal mechanisms.

    introspectionResult

    the result of introspection query

  11. def buildStubFromAst[Ctx](document: Document, builder: AstSchemaBuilder[Ctx]): Schema[Ctx, Any]
  12. def buildStubFromAst(document: Document): Schema[Any, Any]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def getBuiltInType(typeName: String): Option[Type with Named]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def isBuiltInDirective(directiveName: String): Boolean
  21. def isBuiltInGraphQLType(typeName: String): Boolean
  22. def isBuiltInSangriaType(typeName: String): Boolean
  23. def isBuiltInType(typeName: String): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isIntrospectionType(typeName: String): Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped