FieldInfo

gql.preparation.FieldInfo
final case class FieldInfo[G[_], C](name: String, alias: Option[String], args: Option[Arguments], tpe: InverseModifierStack[TypeInfo[G, C]], caret: C, path: Cursor)

Attributes

Source:
FieldCollection.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val outputName: String

Attributes

Source:
FieldCollection.scala