Class/Object

sangria.schema

IntrospectionSchemaMaterializer

Related Docs: object IntrospectionSchemaMaterializer | package schema

Permalink

class IntrospectionSchemaMaterializer[Ctx, T] extends AnyRef

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

Instance Constructors

  1. new IntrospectionSchemaMaterializer(introspectionResult: T, builder: IntrospectionSchemaBuilder[Ctx])(implicit arg0: InputUnmarshaller[T])

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val build: Schema[Ctx, Any]

    Permalink
  6. def buildArgument(fieldDef: Option[IntrospectionField], value: IntrospectionInputValue): Option[Argument[Any]]

    Permalink
  7. def buildDefault(defaultValue: Option[String]): Option[(ast.Value, ToInput[Nothing, ast.Value])]

    Permalink
  8. def buildDirective(directive: IntrospectionDirective): Option[Directive]

    Permalink
  9. def buildEnumDef(tpe: IntrospectionEnumType): Option[EnumType[Any]]

    Permalink
  10. def buildEnumValue(tpe: IntrospectionEnumType, value: IntrospectionEnumValue): Option[EnumValue[Any]]

    Permalink
  11. def buildField(typeDef: IntrospectionType, field: IntrospectionField): Option[Field[Ctx, Any]]

    Permalink
  12. def buildInputField(tpe: IntrospectionInputObjectType, value: IntrospectionInputValue): Option[InputField[Any]]

    Permalink
  13. def buildInputObjectDef(tpe: IntrospectionInputObjectType): Option[InputObjectType[DefaultInput]]

    Permalink
  14. def buildInterfaceDef(tpe: IntrospectionInterfaceType): Option[InterfaceType[Ctx, Any]]

    Permalink
  15. def buildObjectDef(tpe: IntrospectionObjectType): Option[ObjectType[Ctx, Any]]

    Permalink
  16. def buildScalarDef(tpe: IntrospectionScalarType): Option[ScalarType[Any]]

    Permalink
  17. def buildType(tpe: IntrospectionType): Option[Type with Named]

    Permalink
  18. def buildUnionDef(tpe: IntrospectionUnionType): Option[UnionType[Ctx]]

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def findUnusedTypes(allTypes: Seq[IntrospectionType]): List[Type with Named]

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getInputType(typeRef: IntrospectionTypeRef, optional: Boolean = true): InputType[_]

    Permalink
  26. def getInterfaceType(typeRef: IntrospectionTypeRef): InterfaceType[Ctx, Any]

    Permalink
  27. def getNamedType(typeName: String): Type with Named

    Permalink
  28. def getObjectType(typeRef: IntrospectionTypeRef): ObjectType[Ctx, Any]

    Permalink
  29. def getOutputType(typeRef: IntrospectionTypeRef, optional: Boolean = true): OutputType[_]

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped