Packages

o

caliban.codegen

IntrospectionClient

object IntrospectionClient

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

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def directives(isDeprecated: Boolean, deprecationReason: Option[String]): List[Directive]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. val fullType: SelectionBuilder[__Type, Option[TypeDefinition]]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val inputValue: SelectionBuilder[__InputValue, InputValueDefinition]
  14. def introspect(uri: String): Task[Document]
  15. val introspection: SelectionBuilder[RootQuery, Document]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mapDirective(name: String, description: Option[String], locations: List[__DirectiveLocation], args: List[InputValueDefinition]): DirectiveDefinition
  18. def mapEnumValue(name: String, description: Option[String], isDeprecated: Boolean, deprecationReason: Option[String]): EnumValueDefinition
  19. def mapField(name: String, description: Option[String], args: List[InputValueDefinition], type: Type, isDeprecated: Boolean, deprecationReason: Option[String]): FieldDefinition
  20. def mapInputValue(name: String, description: Option[String], type: Type): InputValueDefinition
  21. def mapSchema(query: Option[String], mutation: Option[Option[String]], subscription: Option[Option[String]]): SchemaDefinition
  22. def mapType(kind: __TypeKind, name: Option[String], description: Option[String], fields: Option[List[FieldDefinition]], inputFields: Option[List[InputValueDefinition]], interfaces: Option[List[Type]], enumValues: Option[List[EnumValueDefinition]], possibleTypes: Option[List[Type]]): Option[TypeDefinition]
  23. def mapTypeRef(kind: __TypeKind, name: Option[String], of: Option[Type]): Type
  24. def mapTypeRefSimple(name: Option[String]): Type
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def send[T](req: Request[Either[CalibanClientError, T], Nothing]): RIO[SttpClient, T]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val typeRef: SelectionBuilder[__Type, Type]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped