MaterializedFieldInst

sangria.schema.MaterializedFieldInst
case class MaterializedFieldInst[Ctx, Val](origin: MatOrigin, field: Field[Ctx, Val]) extends MaterializedField[Ctx, Val]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MaterializedField[Ctx, Val]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def rename(newName: String): MaterializedField[Ctx, Val]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product