FieldCollection

gql.preparation.FieldCollection
See theFieldCollection companion object
trait FieldCollection[F[_], G[_], C]

Attributes

Companion
object
Source
FieldCollection.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def collectFieldInfo(qf: AbstractField[G, _], f: Field[C], caret: C): F[FieldInfo[G, C]]

Attributes

Source
FieldCollection.scala
def collectSelectionInfo(sel: Selectable[G, _], ss: SelectionSet[C]): F[List[SelectionInfo[G, C]]]

Attributes

Source
FieldCollection.scala
def matchType(name: String, sel: Selectable[G, _], caret: C): F[Selectable[G, _]]

Attributes

Source
FieldCollection.scala