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
Members list
In this article