Packages

package codegen

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codegen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Builder extends Product with Serializable
  2. case class Failure (message: String) extends Exception with Product with Serializable

    Generate a result from the loaded tree.

  3. trait Generator [T] extends (Api) ⇒ Result[T]

    Generate a result from the loaded tree.

  4. case class Importer (schema: Schema[_, _], document: Document) extends Product with Serializable
  5. type Result[T] = Either[Failure, T]
  6. case class ScalametaGenerator (moduleName: Name, emitInterfaces: Boolean = false, stats: Seq[Stat] = Vector.empty) extends Generator[Object] with Product with Serializable

    Generate code using Scalameta.

  7. sealed trait Tree extends AnyRef

    AST representing the extracted GraphQL types.

Inherited from AnyRef

Inherited from Any

Ungrouped