From 4caeb1f9df20884f1ef908e8cd50a5d6e686d76f Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Sat, 29 Jan 2022 21:29:36 +0100 Subject: [PATCH] Update snapshot query --- client/src/graphql/gql/queries/moduleSnapshots.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/graphql/gql/queries/moduleSnapshots.gql b/client/src/graphql/gql/queries/moduleSnapshots.gql index d85bb779..0e9823b0 100644 --- a/client/src/graphql/gql/queries/moduleSnapshots.gql +++ b/client/src/graphql/gql/queries/moduleSnapshots.gql @@ -3,6 +3,7 @@ query ModuleSnapshotsQuery($slug: String!) { id title metaTitle + slug topic { title }