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 {