class IntrospectionSchemaMaterializer[Ctx, T] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntrospectionSchemaMaterializer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IntrospectionSchemaMaterializer(introspectionResult: T, builder: IntrospectionSchemaBuilder[Ctx])(implicit arg0: InputUnmarshaller[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val build: Schema[Ctx, Any]
- def buildArgument(fieldDef: Option[IntrospectionField], value: IntrospectionInputValue): Option[Argument[Any]]
- def buildDefault(defaultValue: Option[String]): Option[(ast.Value, ToInput[Nothing, ast.Value])]
- def buildDirective(directive: IntrospectionDirective): Option[Directive]
- def buildEnumDef(tpe: IntrospectionEnumType): Option[EnumType[Any]]
- def buildEnumValue(tpe: IntrospectionEnumType, value: IntrospectionEnumValue): Option[EnumValue[Any]]
- def buildField(typeDef: IntrospectionType, field: IntrospectionField): Option[Field[Ctx, Any]]
- def buildInputField(tpe: IntrospectionInputObjectType, value: IntrospectionInputValue): Option[InputField[Any]]
- def buildInputObjectDef(tpe: IntrospectionInputObjectType): Option[InputObjectType[DefaultInput]]
- def buildInterfaceDef(tpe: IntrospectionInterfaceType): Option[InterfaceType[Ctx, Any]]
- def buildObjectDef(tpe: IntrospectionObjectType): Option[ObjectType[Ctx, Any]]
- def buildScalarDef(tpe: IntrospectionScalarType): Option[ScalarType[Any]]
- def buildType(tpe: IntrospectionType): Option[Type with Named]
- def buildUnionDef(tpe: IntrospectionUnionType): Option[UnionType[Ctx]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findUnusedTypes(allTypes: Seq[IntrospectionType]): List[Type with Named]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInputType(typeRef: IntrospectionTypeRef, optional: Boolean = true): InputType[_]
- def getInterfaceType(typeRef: IntrospectionTypeRef): InterfaceType[Ctx, Any]
- def getNamedType(typeName: String): Type with Named
- def getObjectType(typeRef: IntrospectionTypeRef): ObjectType[Ctx, Any]
- def getOutputType(typeRef: IntrospectionTypeRef, optional: Boolean = true): OutputType[_]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()