PartialFieldMeta

gql.preparation.PartialFieldMeta
final case class PartialFieldMeta[C](alias: Option[String], args: Option[Arguments[C, AnyValue]])

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val fields: Map[String, Value[AnyValue, C]]

Attributes

Source
QueryPreparation.scala