List<Selection> get selections => astNode!.selections .map((selection) => Selection.fromNode(selection, schemaType, getType)) .toList();