List<String> fromDartListSessionIdToGraphQLListSessionId(List<SessionId> v) => v.map((e) => fromDartSessionIdToGraphQLSessionId(e)).toList();