Env

gql.client.codegen.GenAst$.Env
final case class Env(schema: Map[String, TypeDefinition], fragmentInfos: Map[String, FragmentInfo], packageName: String)

Attributes

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

Members list

Value members

Concrete methods

def concreteSubtypesOf(abs: String): Set[String]

Attributes

Source
GenAst.scala
def get(name: String): Option[TypeDefinition]

Attributes

Source
GenAst.scala
def subtypesOf(abs: String): Set[String]

Attributes

Source
GenAst.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val subtypeRelations: Map[String, Set[String]]

Attributes

Source
GenAst.scala