Packages

class DefaultIntrospectionSchemaBuilder[Ctx] extends IntrospectionSchemaBuilder[Ctx]

Linear Supertypes
IntrospectionSchemaBuilder[Ctx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultIntrospectionSchemaBuilder
  2. IntrospectionSchemaBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultIntrospectionSchemaBuilder()

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. def additionalDirectiveDefs: Nil
  5. def additionalTypeDefs: Nil
  6. def argumentDescription(definition: IntrospectionInputValue): Option[String]
  7. def argumentFromInput(fieldDefinition: Option[IntrospectionField], definition: IntrospectionInputValue): FromInput[Map[String, Any]]
  8. def argumentName(definition: IntrospectionInputValue): String
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def buildArgument(fieldDefinition: Option[IntrospectionField], definition: IntrospectionInputValue, tpe: InputType[_], defaultValue: Option[Tuple2[_, ToInput[_, _]]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[Argument[Any]]
  11. def buildDirective(definition: IntrospectionDirective, arguments: List[Argument[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[Directive]
  12. def buildEnumType(definition: IntrospectionEnumType, values: List[EnumValue[Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[EnumType[Any]]
  13. def buildEnumValue(typeDefinition: IntrospectionEnumType, definition: IntrospectionEnumValue, mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[EnumValue[String]]
  14. def buildField(typeDefinition: IntrospectionType, definition: IntrospectionField, fieldType: OutputType[_], arguments: List[Argument[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[Field[Ctx, Any]]
  15. def buildInputField(typeDefinition: IntrospectionInputObjectType, definition: IntrospectionInputValue, tpe: InputType[_], defaultValue: Option[Tuple2[_, ToInput[_, _]]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[InputField[Any]]
  16. def buildInputObjectType(definition: IntrospectionInputObjectType, fields: () => List[InputField[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[InputObjectType[DefaultInput]]
  17. def buildInterfaceType(definition: IntrospectionInterfaceType, fields: () => List[Field[Ctx, Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[InterfaceType[Ctx, Any]]
  18. def buildObjectType(definition: IntrospectionObjectType, fields: () => List[Field[Ctx, Any]], interfaces: List[InterfaceType[Ctx, Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[ObjectType[Ctx, Any]]
  19. def buildScalarType(definition: IntrospectionScalarType, mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[ScalarType[Any]]
  20. 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]
  21. def buildUnionType(definition: IntrospectionUnionType, types: List[ObjectType[Ctx, _]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[UnionType[Ctx]]
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  23. def defaultValueParser: Option[(String) => Try[(Any, InputUnmarshaller[Any])]]
  24. def directiveDescription(definition: IntrospectionDirective): Option[String]
  25. def directiveName(definition: IntrospectionDirective): String
  26. def directiveShouldInclude(definition: IntrospectionDirective): (DirectiveContext) => Boolean
  27. def enumValue(definition: IntrospectionEnumValue): String
  28. def enumValueDeprecationReason(definition: IntrospectionEnumValue): Option[String]
  29. def enumValueDescription(definition: IntrospectionEnumValue): Option[String]
  30. def enumValueName(definition: IntrospectionEnumValue): String
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  33. def fieldComplexity(typeDefinition: IntrospectionType, definition: IntrospectionField): Option[(Ctx, Args, Double) => Double]
  34. def fieldDeprecationReason(definition: IntrospectionField): Option[String]
  35. def fieldDescription(definition: IntrospectionField): Option[String]
  36. def fieldName(definition: IntrospectionField): String
  37. def fieldTags(typeDefinition: IntrospectionType, definition: IntrospectionField): List[FieldTag]
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def inputFieldDescription(definition: IntrospectionInputValue): Option[String]
  42. def inputFieldName(definition: IntrospectionInputValue): String
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def objectTypeInstanceCheck(definition: IntrospectionObjectType): Option[(Any, Class[_]) => Boolean]
  48. def resolveField(typeDefinition: IntrospectionType, definition: IntrospectionField): (Context[Ctx, _]) => Action[Ctx, _]
  49. def scalarCoerceInput(definition: IntrospectionScalarType): (ast.Value) => Either[Violation, Any]
  50. def scalarCoerceOutput(definition: IntrospectionScalarType): (Any, Set[MarshallerCapability]) => Any
  51. def scalarCoerceUserInput(definition: IntrospectionScalarType): (Any) => Either[Violation, Any]
  52. def scalarComplexity(definition: IntrospectionScalarType): Double
  53. def scalarValueInfo(definition: IntrospectionScalarType): Set[ScalarValueInfo]
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. def typeDescription(definition: IntrospectionType): Option[String]
  57. def typeName(definition: IntrospectionType): String
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from IntrospectionSchemaBuilder[Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped