Part

gql.client.codegen.Generator$.Part
final case class Part(name: String, typePart: NonEmptyList[Doc], typeMethods: List[Doc], subParts: List[Part], codec: NonEmptyList[Doc], contextInfo: Option[ContextInfo], companionExtra: List[Doc])

Attributes

Source
Generator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def collapse: Doc

Attributes

Source
Generator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product