fromGraphQLListUsersCursorToDartListUsersCursor function
Implementation
List<UsersCursor> fromGraphQLListUsersCursorToDartListUsersCursor(
List<Object?> v,
) =>
v.map((e) => fromGraphQLUsersCursorToDartUsersCursor(e as String)).toList();
List<UsersCursor> fromGraphQLListUsersCursorToDartListUsersCursor(
List<Object?> v,
) =>
v.map((e) => fromGraphQLUsersCursorToDartUsersCursor(e as String)).toList();