MaterializedFieldAst

sangria.schema.MaterializedFieldAst
case class MaterializedFieldAst[Ctx](origin: MatOrigin, field: FieldDefinition) extends MaterializedField[Ctx, Any]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product