Field

gql.parser.QueryAst$.Field
final case class Field[C](alias: Option[String], name: String, arguments: Option[Arguments[C, AnyValue]], directives: Option[Directives[C, AnyValue]], selectionSet: Option[SelectionSet[C]], caret: C)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def map[A](f: C => A): Field[A]

Attributes

Source:
QueryAst.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product