From 0f2ba3716b5e88632a4387e43e64e5a228caff65 Mon Sep 17 00:00:00 2001 From: axolotle Date: Thu, 8 Jul 2021 17:38:35 +0200 Subject: [PATCH] update GameView with NodeView as a SideView --- src/api/fragments/NodeInitial.gql | 2 +- src/pages/gallery/GalleryView.vue | 55 ++++++++++++++++++------------- src/store/utils.js | 1 + 3 files changed, 35 insertions(+), 23 deletions(-) diff --git a/src/api/fragments/NodeInitial.gql b/src/api/fragments/NodeInitial.gql index 0755a82..3144156 100644 --- a/src/api/fragments/NodeInitial.gql +++ b/src/api/fragments/NodeInitial.gql @@ -89,7 +89,7 @@ fragment NodeInitial on MapItemInterface { } } - siblings: rebonds { + creation_siblings: rebonds { id } diff --git a/src/pages/gallery/GalleryView.vue b/src/pages/gallery/GalleryView.vue index f7e15a9..d17e020 100644 --- a/src/pages/gallery/GalleryView.vue +++ b/src/pages/gallery/GalleryView.vue @@ -1,6 +1,6 @@