diff --git a/frontend/src/api/cubicweb.ts b/frontend/src/api/cubicweb.ts
index 7e3a95822571fa487e566e20dd7261966dec96b9_ZnJvbnRlbmQvc3JjL2FwaS9jdWJpY3dlYi50cw==..a2245fdad5d0d0f5d967ba1bbc325a37e2aaa974_ZnJvbnRlbmQvc3JjL2FwaS9jdWJpY3dlYi50cw== 100644
--- a/frontend/src/api/cubicweb.ts
+++ b/frontend/src/api/cubicweb.ts
@@ -233,8 +233,8 @@
           ({
             eid: r[0],
             name: r[1],
-            process_type: r[2],
-            graph_uri: r[3],
+            graph_uri: r[2],
+            process_type: r[3],
             dataservice: { eid: r[4], name: r[5] },
           }) as Recipe,
       );