OutOpt

gql.ast$.OutOpt
final case class OutOpt[+F[_], A, B](of: Out[F, B], resolver: Resolver[F, A, B]) extends Out[F, Option[A]]

Attributes

Source
ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Out[F, Option[A]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product