Generator

gql.client.codegen.Generator
See theGenerator companion object
class Generator[F[_]](lg: Logger[F])(implicit evidence$1: Files[F], F: Async[F], E: Err[F])

Attributes

Companion
object
Source
Generator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def gatherFragInfo(i: Input): F[List[FragmentInfo]]

Attributes

Source
Generator.scala

Attributes

Source
Generator.scala

Attributes

Source
Generator.scala
def getSchemaFrom(s: String): Either[String, Map[String, TypeDefinition]]

Attributes

Source
Generator.scala
def readAndGenerate(schemaPath: Path, sharedPath: Path, validate: Boolean, packageName: String)(data: List[Input]): F[Unit]

Attributes

Source
Generator.scala
def readEnv(packageName: String, schema: Path)(data: List[Input]): F[Env]

Attributes

Source
Generator.scala

Attributes

Source
Generator.scala
def readSchema(schemaPath: Path): F[Map[String, TypeDefinition]]

Attributes

Source
Generator.scala
def writeStream(path: Path, doc: Doc): Stream[F, Nothing]

Attributes

Source
Generator.scala

Concrete fields

val ga: GenAst[Stack]

Attributes

Source
Generator.scala