Field constructor

const Field(
  1. FieldNode astNode, [
  2. FieldDefinition? schemaType,
  3. GetExecutableType? getType
])

Implementation

const Field(
  this.astNode, [
  this.schemaType,
  GetExecutableType? getType,
]) : super(getType);