Packages

class AstSchemaMaterializer[Ctx] extends AnyRef

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

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. lazy val build: Schema[Ctx, Any]
  6. def buildArgument(origin: MatOrigin, typeDefinition: Either[TypeSystemDefinition, ObjectLikeType[Ctx, _]], fieldDef: Option[FieldDefinition], value: InputValueDefinition): Option[Argument[Any]]
  7. def buildDefault(defaultValue: Option[ast.Value]): Option[(ast.Value, ToInput[Nothing, ast.Value])]
  8. def buildDirective(origin: MatOrigin, directive: DirectiveDefinition): Option[Directive]
  9. def buildDirectiveLocation(loc: DirectiveLocation): DirectiveLocation.Value
  10. def buildField(origin: MatOrigin, typeDefinition: Either[TypeDefinition, ObjectLikeType[Ctx, _]], extensions: Vector[ObjectLikeTypeExtensionDefinition], field: FieldDefinition): Option[Field[Ctx, Any]]
  11. def buildFields(origin: MatOrigin, tpe: TypeDefinition, fieldDefs: Vector[FieldDefinition], extensions: Vector[ObjectLikeTypeExtensionDefinition]): Vector[Field[Ctx, Any]]
  12. def buildInputField(origin: MatOrigin, typeDef: Either[InputObjectTypeDefinition, InputObjectType[_]], value: InputValueDefinition, extensions: Vector[InputObjectTypeExtensionDefinition]): Option[InputField[Any]]
  13. def buildInputObjectDef(origin: MatOrigin, tpe: InputObjectTypeDefinition): Option[InputObjectType[DefaultInput]]
  14. def buildInterfaceDef(origin: MatOrigin, tpe: InterfaceTypeDefinition): Option[InterfaceType[Ctx, Any]]
  15. def buildInterfaces(origin: MatOrigin, tpe: ObjectTypeDefinition, interfaces: Vector[NamedType], extensions: Vector[ObjectTypeExtensionDefinition]): Vector[InterfaceType[Ctx, Any]]
  16. def buildObjectDef(origin: MatOrigin, tpe: ObjectTypeDefinition): Option[ObjectType[Ctx, Any]]
  17. def buildScalarDef(origin: MatOrigin, tpe: ScalarTypeDefinition): Option[ScalarType[Any]]
  18. def buildType(origin: MatOrigin, definition: TypeDefinition): Option[Type with Named]
  19. def buildUnionDef(origin: MatOrigin, tpe: UnionTypeDefinition): Option[UnionType[Ctx]]
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. lazy val definitions: Vector[Named]
  22. val document: Document
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def extend[Val](schema: Schema[Ctx, Val]): Schema[Ctx, Val]
  26. def extendArgument(origin: MatOrigin, tpe: Option[ObjectLikeType[Ctx, _]], field: Field[Ctx, Any], argument: Argument[_]): Argument[Any]
  27. def extendEnumType(origin: MatOrigin, tpe: EnumType[_]): EnumType[_1] forSome {type _1 >: _$41, type _$41}
  28. def extendField(origin: MatOrigin, tpe: Option[ObjectLikeType[Ctx, _]], field: Field[Ctx, _]): Field[Ctx, Any]
  29. def extendFields(origin: MatOrigin, tpe: ObjectLikeType[Ctx, _], extensions: Vector[ObjectLikeTypeExtensionDefinition]): List[Field[Ctx, Any]]
  30. def extendInputField(origin: MatOrigin, tpe: InputObjectType[_], field: InputField[_]): InputField[Any]
  31. def extendInputObjectType(origin: MatOrigin, tpe: InputObjectType[_]): InputObjectType[_]
  32. def extendInterfaceType(origin: MatOrigin, tpe: InterfaceType[Ctx, _]): InterfaceType[Ctx, Any]
  33. def extendInterfaces(origin: MatOrigin, tpe: ObjectType[Ctx, _], extensions: Vector[ObjectTypeExtensionDefinition]): List[InterfaceType[Ctx, Any]]
  34. def extendObjectType(origin: MatOrigin, tpe: ObjectType[Ctx, _]): ObjectType[Ctx, Any]
  35. def extendScalarAlias(origin: MatOrigin, alias: ScalarAlias[Any, Any]): ScalarAlias[Any, Any]
  36. def extendType(origin: MatOrigin, existingType: Type with Named): Type with Named
  37. def extendUnionType(origin: MatOrigin, tpe: UnionType[Ctx]): UnionType[Ctx]
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def findEnumExtensions(typeName: String): Vector[EnumTypeExtensionDefinition]
  40. def findInputObjectExtensions(typeName: String): Vector[InputObjectTypeExtensionDefinition]
  41. def findInterfaceExtensions(typeName: String): Vector[InterfaceTypeExtensionDefinition]
  42. def findObjectExtensions(typeName: String): Vector[ObjectTypeExtensionDefinition]
  43. def findScalarExtensions(typeName: String): Vector[ScalarTypeExtensionDefinition]
  44. def findUnionExtensions(typeName: String): Vector[UnionTypeExtensionDefinition]
  45. def findUnusedTypes(schema: Schema[_, _], referenced: Set[String]): Vector[Type with Named]
  46. def findUnusedTypes(): (Set[String], Vector[Type with Named])
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def getInputType(origin: MatOrigin, tpe: ast.Type, replacementNamedType: Option[InputType[_]] = None, optional: Boolean = true): InputType[_]
  49. def getInputTypeFromExistingType(origin: MatOrigin, tpe: InputType[_]): InputType[Any]
  50. def getInterfaceType(origin: MatOrigin, tpe: NamedType): InterfaceType[Ctx, Any]
  51. def getNamedType(origin: MatOrigin, tpe: MaterializedType): Option[Type with Named]
  52. def getNamedType(origin: MatOrigin, typeName: String, location: Option[AstLocation]): Type with Named
  53. def getObjectType(origin: MatOrigin, tpe: NamedType): ObjectType[Ctx, Any]
  54. def getOutputType(origin: MatOrigin, tpe: ast.Type, replacementNamedType: Option[OutputType[_]] = None, optional: Boolean = true): OutputType[_]
  55. def getScalarType(origin: MatOrigin, tpe: NamedType): ScalarType[Any]
  56. def getTypeFromDef[T <: Type with Named](origin: MatOrigin, tpe: T): T
  57. def getTypeFromExistingType(origin: MatOrigin, tpe: OutputType[_]): OutputType[Any]
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  63. def resolveAllLazyFields(): Unit
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. def validateDefinitions: Vector[Violation]
  67. def validateExtensions(schema: Schema[Ctx, _]): Vector[Violation]
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped