FieldMerging

gql.preparation.FieldMerging
See theFieldMerging companion object
trait FieldMerging[F[_], C]

Attributes

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

Members list

Value members

Abstract methods

def checkFieldsMerge[G[_]](a: FieldInfo[G, C], asi: SelectionInfo[G, C], b: FieldInfo[G, C], bsi: SelectionInfo[G, C]): F[Unit]

Attributes

Source
FieldMerging.scala

Attributes

Source
FieldMerging.scala
def compareArguments(name: String, aa: Arguments[C, AnyValue], ba: Arguments[C, AnyValue], caret: Option[C]): F[Unit]

Attributes

Source
FieldMerging.scala
def compareValues(av: Value[AnyValue, C], bv: Value[AnyValue, C], caret: Option[C]): F[Unit]

Attributes

Source
FieldMerging.scala