GenAst

gql.client.codegen.GenAst$
See theGenAst companion class
object GenAst

Attributes

Companion
class
Source
GenAst.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GenAst.type

Members list

Type members

Classlikes

final case class Env(schema: Map[String, TypeDefinition], fragmentInfos: Map[String, FragmentInfo], packageName: String)

Attributes

Source
GenAst.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FragmentInfo(name: String, on: String)

Attributes

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

Types

type CurrentPath[F[_]] = Local[F, Chain[String]]

Attributes

Source
GenAst.scala
type Stack[A] = WriterT[[_] =>> EitherT[[_] =>> Kleisli[Eval, Chain[String], _$30], Type[String], _$31], Set[UsedInput], A]

Attributes

Source
GenAst.scala
type UsedInputTypes[F[_]] = Tell[F, Set[UsedInput]]

Attributes

Source
GenAst.scala

Value members

Concrete methods

def make: GenAst[Stack]

Attributes

Source
GenAst.scala