OptionModifier

gql.client.OptionModifier
final case class OptionModifier[A](subQuery: SubQuery[A]) extends SubQuery[Option[A]]

Attributes

Source:
Selection.scala
Graph
Supertypes
trait Product
trait Equals
trait SubQuery[Option[A]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product