Remove unused property from query
This commit is contained in:
parent
24d8d48a05
commit
f695b481e4
|
|
@ -1,5 +1,4 @@
|
||||||
#import "gql/fragments/chapterParts.gql"
|
#import "gql/fragments/chapterParts.gql"
|
||||||
#import "gql/fragments/assignmentParts.gql"
|
|
||||||
#import "gql/fragments/objectiveGroupParts.gql"
|
#import "gql/fragments/objectiveGroupParts.gql"
|
||||||
#import "gql/fragments/objectiveParts.gql"
|
#import "gql/fragments/objectiveParts.gql"
|
||||||
#import "gql/fragments/moduleParts.gql"
|
#import "gql/fragments/moduleParts.gql"
|
||||||
|
|
@ -8,9 +7,6 @@
|
||||||
query ModuleDetailsQuery($slug: String, $id: ID) {
|
query ModuleDetailsQuery($slug: String, $id: ID) {
|
||||||
module(slug: $slug, id: $id) {
|
module(slug: $slug, id: $id) {
|
||||||
...ModuleParts
|
...ModuleParts
|
||||||
assignments {
|
|
||||||
...AssignmentParts
|
|
||||||
}
|
|
||||||
objectiveGroups {
|
objectiveGroups {
|
||||||
...ObjectiveGroupParts
|
...ObjectiveGroupParts
|
||||||
objectives {
|
objectives {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue