`__TypeKind`

caliban.client.IntrospectionClient.`__TypeKind`
See the`__TypeKind` companion object
sealed trait `__TypeKind` extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ENUM
object INPUT_OBJECT
object INTERFACE
object LIST
object NON_NULL
object OBJECT
object SCALAR
object UNION
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