Browse Source

fix arbo creation query

axolotle 2 years ago
parent
commit
c5b7a40e7c
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/api/api.js

+ 8 - 0
src/api/api.js

@@ -70,6 +70,14 @@ export default {
           id
           FRAGMENT_PROD
         }
+
+        creations: field_creations {
+          id
+
+          siblings: rebonds {
+            id
+          }
+        }
       }
     `