trait IntrospectionSchemaBuilder[Ctx] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntrospectionSchemaBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def additionalDirectiveDefs: List[IntrospectionDirective]
- abstract def additionalTypeDefs: List[IntrospectionType]
- abstract def buildArgument(fieldDefinition: Option[IntrospectionField], definition: IntrospectionInputValue, tpe: InputType[_], defaultValue: Option[Tuple2[_, ToInput[_, _]]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[Argument[Any]]
- abstract def buildDirective(definition: IntrospectionDirective, arguments: List[Argument[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[Directive]
- abstract def buildEnumType(definition: IntrospectionEnumType, values: List[EnumValue[Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[EnumType[Any]]
- abstract def buildEnumValue(typeDefinition: IntrospectionEnumType, definition: IntrospectionEnumValue, mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[EnumValue[Any]]
- abstract def buildField(typeDefinition: IntrospectionType, definition: IntrospectionField, fieldType: OutputType[_], arguments: List[Argument[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[Field[Ctx, Any]]
- abstract def buildInputField(typeDefinition: IntrospectionInputObjectType, definition: IntrospectionInputValue, tpe: InputType[_], defaultValue: Option[Tuple2[_, ToInput[_, _]]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[InputField[Any]]
- abstract def buildInputObjectType(definition: IntrospectionInputObjectType, fields: () => List[InputField[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[InputObjectType[DefaultInput]]
- abstract def buildInterfaceType(definition: IntrospectionInterfaceType, fields: () => List[Field[Ctx, Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[InterfaceType[Ctx, Any]]
- abstract def buildObjectType(definition: IntrospectionObjectType, fields: () => List[Field[Ctx, Any]], interfaces: List[InterfaceType[Ctx, Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[ObjectType[Ctx, Any]]
- abstract def buildScalarType(definition: IntrospectionScalarType, mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[ScalarType[Any]]
- abstract def buildSchema(definition: IntrospectionSchema, queryType: ObjectType[Ctx, Any], mutationType: Option[ObjectType[Ctx, Any]], subscriptionType: Option[ObjectType[Ctx, Any]], additionalTypes: List[Type with Named], directives: List[Directive], mat: IntrospectionSchemaMaterializer[Ctx, _]): Schema[Ctx, Any]
- abstract def buildUnionType(definition: IntrospectionUnionType, types: List[ObjectType[Ctx, _]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Option[UnionType[Ctx]]
Concrete 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()