FieldMeta

gql.resolver.FieldMeta
final case class FieldMeta[+F[_]](queryMeta: QueryMeta, args: Option[Arguments[Unit, AnyValue]], astNode: PreparedDataField[F, _, _])

A more specialized version of QueryMeta that also carries field specific information.

Attributes

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

Members list

Value members

Concrete methods

def alias: Option[String]

Attributes

Source
Meta.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product