selectionSet property

SelectionSet selectionSet

Implementation

SelectionSet get selectionSet => SelectionSet(
      astNode.selectionSet,
      getType.fromSchema!(type.name) as ObjectTypeDefinition?,
      getType,
    );