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

Concise view

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, ba: Arguments, caret: Option[C]): F[Unit]

Attributes

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

Attributes

Source:
FieldMerging.scala