From f695b481e4ecbced0310743fa9cd42ca69ecdaf6 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Fri, 15 Jul 2022 16:35:55 +0200 Subject: [PATCH] Remove unused property from query --- client/src/graphql/gql/queries/modules/moduleDetailsQuery.gql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/graphql/gql/queries/modules/moduleDetailsQuery.gql b/client/src/graphql/gql/queries/modules/moduleDetailsQuery.gql index eb09e9e2..1a846052 100644 --- a/client/src/graphql/gql/queries/modules/moduleDetailsQuery.gql +++ b/client/src/graphql/gql/queries/modules/moduleDetailsQuery.gql @@ -1,5 +1,4 @@ #import "gql/fragments/chapterParts.gql" -#import "gql/fragments/assignmentParts.gql" #import "gql/fragments/objectiveGroupParts.gql" #import "gql/fragments/objectiveParts.gql" #import "gql/fragments/moduleParts.gql" @@ -8,9 +7,6 @@ query ModuleDetailsQuery($slug: String, $id: ID) { module(slug: $slug, id: $id) { ...ModuleParts - assignments { - ...AssignmentParts - } objectiveGroups { ...ObjectiveGroupParts objectives {