RawOptions

caliban.tools.Options$.RawOptions
final case class RawOptions(scalafmtPath: Option[String], headers: Option[List[String]], packageName: Option[String], clientName: Option[String], genView: Option[Boolean], effect: Option[String], scalarMappings: Option[List[String]], imports: Option[List[String]], abstractEffectType: Option[Boolean], splitFiles: Option[Boolean], enableFmt: Option[Boolean], extensibleEnums: Option[Boolean], preserveInputNames: Option[Boolean])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product