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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def collapse: Doc

Attributes

Source:
Generator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product