PreparedRoot

gql.preparation.PreparedRoot$
See thePreparedRoot companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

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