gql.preparation.PreparedRoot$
See thePreparedRoot companion trait
object PreparedRoot
Attributes
- Companion
- trait
- Source
- RootPreparation.scala
- Graph
-
- Supertypes
- Self type
-
PreparedRoot.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
final case class Query[G[_], Q, M, S](query: List[PreparedField[G, Q]]) extends PreparedRoot[G, Q, M, S]
Attributes
- Source
- RootPreparation.scala
- Supertypes
final case class Subscription[G[_], Q, M, S](subscription: List[PreparedField[G, S]]) extends PreparedRoot[G, Q, M, S]
Attributes
- Source
- RootPreparation.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
In this article