PossibleSelectionsField constructor

PossibleSelectionsField(
  1. List<FieldNode> fieldNodes,
  2. GraphQLObjectField field,
  3. PossibleSelections? lookAhead()
)

Implementation

PossibleSelectionsField(
  this.fieldNodes,
  this.field,
  this.lookAhead,
);