o

caliban.tools

ClientWriter

object ClientWriter

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

Type Members

  1. final case class FieldInfo(name: String, safeName: String, description: String, deprecated: String, typeName: String, typeParam: String, args: String, innerSelection: String, outputType: String, builder: String, argBuilder: String, typeInfo: FieldTypeInfo) extends Product with Serializable
  2. final case class FieldTypeInfo(rawName: String, name: String, outputType: String, interfaceTypes: List[String], unionTypes: List[String], arguments: List[InputValueDefinition], owner: Option[String]) extends Product with Serializable

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 caseClassReservedFields: Set[String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def collectFieldInfo(field: FieldDefinition, typeName: String, typesMap: Map[String, TypeDefinition], mappingClashedTypeNames: Map[String, String]): FieldInfo
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getTypeLetter(typesMap: Map[String, TypeDefinition], letter: String = "A"): String
    Annotations
    @tailrec()
  13. def getTypeName(t: Type): String
    Annotations
    @tailrec()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mapTypeName(s: String, mappingClashedTypeNames: Map[String, String]): String
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val reservedKeywords: Set[String]
  21. def reservedType(typeDefinition: ObjectTypeDefinition): Boolean
  22. def safeName(name: String): String
  23. def safeUnapplyName(name: String): String
  24. val supportedScalars: Set[String]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def write(schema: Document, objectName: String, packageName: Option[String], genView: Boolean): String
  31. def write(schema: Document, objectName: String = "Client", packageName: Option[String] = None, effect: String = "zio.UIO"): String
  32. def writeArgumentFields(args: List[InputValueDefinition], mappingClashedTypeNames: Map[String, String]): String
  33. def writeDefaultArgument(arg: InputValueDefinition): String
  34. def writeDescription(description: Option[String]): String
  35. def writeEnum(typedef: EnumTypeDefinition, mappingClashedTypeNames: Map[String, String]): String
  36. def writeField(field: FieldDefinition, typeName: String, typesMap: Map[String, TypeDefinition], mappingClashedTypeNames: Map[String, String]): String
  37. def writeFieldInfo(fieldInfo: FieldInfo): String
  38. def writeInputObject(typedef: InputObjectTypeDefinition, mappingClashedTypeNames: Map[String, String]): String
  39. def writeInputValue(t: Type, fieldName: String, typeName: String, mappingClashedTypeNames: Map[String, String]): String
  40. def writeObject(typedef: ObjectTypeDefinition, typesMap: Map[String, TypeDefinition], mappingClashedTypeNames: Map[String, String], genView: Boolean): String
  41. def writeRootMutation(typedef: ObjectTypeDefinition, typesMap: Map[String, TypeDefinition], mappingClashedTypeNames: Map[String, String]): String
  42. def writeRootQuery(typedef: ObjectTypeDefinition, typesMap: Map[String, TypeDefinition], mappingClashedTypeNames: Map[String, String]): String
  43. def writeRootSubscription(typedef: ObjectTypeDefinition, typesMap: Map[String, TypeDefinition], mappingClashedTypeNames: Map[String, String]): String
  44. def writeScalar(typedef: ScalarTypeDefinition, mappingClashedTypeNames: Map[String, String]): String
  45. def writeType(t: Type, mappingClashedTypeNames: Map[String, String]): String
  46. def writeTypeBuilder(t: Type, inner: String): String
  47. def writeView(objectName: String, fields: List[FieldTypeInfo], mappingClashedTypeNames: Map[String, String]): String

Inherited from AnyRef

Inherited from Any

Ungrouped