`__TypeKind`

gql.SchemaShape$.__TypeKind
See the`__TypeKind` companion object
sealed trait `__TypeKind` extends Product, Serializable

Attributes

Companion
object
Source
SchemaShape.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ENUM.type
object INPUT_OBJECT.type
object INTERFACE.type
object LIST.type
object NON_NULL.type
object OBJECT.type
object SCALAR.type
object UNION.type
Show all

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product