Selection
gql.preparation.Selection
final case class Selection[F[_], I](nodeId: NodeId, fields: List[PreparedField[F, I]], source: Selectable[F, I]) extends Prepared[F, I]
Attributes
- Source
- PreparedQuery.scala
- Graph
-
- Supertypes
Members list
In this article