PreparedRoot

gql.preparation.PreparedRoot$
See thePreparedRoot companion trait
object PreparedRoot

Attributes

Companion
trait
Source
RootPreparation.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Mutation[G[_], Q, M, S](mutation: List[PreparedField[G, M]]) extends PreparedRoot[G, Q, M, S]

Attributes

Source
RootPreparation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedRoot[G, Q, M, S]
class Object
trait Matchable
class Any
Show all
final case class Query[G[_], Q, M, S](query: List[PreparedField[G, Q]]) extends PreparedRoot[G, Q, M, S]

Attributes

Source
RootPreparation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedRoot[G, Q, M, S]
class Object
trait Matchable
class Any
Show all
final case class Subscription[G[_], Q, M, S](subscription: List[PreparedField[G, S]]) extends PreparedRoot[G, Q, M, S]

Attributes

Source
RootPreparation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedRoot[G, Q, M, S]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala