fromDartListOperationsCursorToGraphQLListOperationsCursor function
Implementation
List<String> fromDartListOperationsCursorToGraphQLListOperationsCursor(
List<OperationsCursor> v,
) =>
v.map((e) => fromDartOperationsCursorToGraphQLOperationsCursor(e)).toList();