Packages

case class InputObjectType[T](name: String, description: Option[String] = None, fieldsFn: () => List[InputField[_]], astDirectives: Vector[ast.Directive], astNodes: Vector[AstNode]) extends InputType[@@[T, InputObjectResult]] with NullableType with UnmodifiedType with Named with HasAstInfo with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, HasAstInfo, Named, HasDescription, UnmodifiedType, NullableType, InputType[@@[T, InputObjectResult]], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputObjectType
  2. Serializable
  3. Product
  4. Equals
  5. HasAstInfo
  6. Named
  7. HasDescription
  8. UnmodifiedType
  9. NullableType
  10. InputType
  11. Type
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InputObjectType(name: String, description: Option[String] = None, fieldsFn: () => List[InputField[_]], astDirectives: Vector[ast.Directive], astNodes: Vector[AstNode])

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. val astDirectives: Vector[ast.Directive]
    Definition Classes
    InputObjectTypeHasAstInfo
  6. val astNodes: Vector[AstNode]
    Definition Classes
    InputObjectTypeHasAstInfo
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val description: Option[String]
    Definition Classes
    InputObjectTypeHasDescription
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. lazy val fields: List[InputField[_]]
  11. lazy val fieldsByName: Map[String, InputField[_]]
  12. val fieldsFn: () => List[InputField[_]]
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. lazy val isList: Boolean
    Definition Classes
    InputType
  17. lazy val isNamed: Boolean
    Definition Classes
    InputType
  18. lazy val isOptional: Boolean
    Definition Classes
    InputType
  19. val name: String
    Definition Classes
    InputObjectTypeNamed
  20. def namedInputType: InputType[_]
    Definition Classes
    InputType
  21. def namedType: Type with Named
    Definition Classes
    Type
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. lazy val nonOptionalType: InputType[Any]
    Definition Classes
    InputType
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def rename(newName: String): InputObjectType.this.type
    Definition Classes
    InputObjectTypeNamed
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toAst: TypeDefinition
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasAstInfo

Inherited from Named

Inherited from HasDescription

Inherited from UnmodifiedType

Inherited from NullableType

Inherited from InputType[@@[T, InputObjectResult]]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped