__Type

case class __Type(kind: __TypeKind, name: Option[String], description: Option[String], fields: __DeprecatedArgs => Option[List[__Field]], interfaces: () => Option[List[__Type]], possibleTypes: Option[List[__Type]], enumValues: __DeprecatedArgs => Option[List[__EnumValue]], inputFields: Option[List[__InputValue]], ofType: Option[__Type], directives: Option[List[Directive]], origin: Option[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isNullable: Boolean
def toType(nonNull: Boolean): Type
def |+|(that: __Type): __Type

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product