Skip to content

Commit

Permalink
Merge pull request #1037 from nationalarchives/TDR-3429-use-consignme…
Browse files Browse the repository at this point in the history
…nt-table-columns

Remove series and transferring body objects
  • Loading branch information
vimleshtna committed Oct 6, 2023
2 parents 0083db1 + edf55e1 commit 4859672
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
8 changes: 2 additions & 6 deletions src/main/graphql/GetConsignmentExport.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ query getConsignmentForExport($consignmentId: UUID!) {
consignmentReference
consignmentType
includeTopLevelFolder
series {
code
}
transferringBody {
name
}
seriesName
transferringBodyName
files {
fileId
fileType
Expand Down
6 changes: 2 additions & 4 deletions src/main/graphql/GetConsignmentStatus.graphql
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
query getConsignmentStatus($consignmentId: UUID!) {
getConsignment(consignmentid: $consignmentId) {
series {
seriesid
code
}
seriesid
seriesName
consignmentStatuses {
consignmentStatusId
consignmentId
Expand Down
10 changes: 3 additions & 7 deletions src/main/graphql/GetConsignmentSummary.graphql
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
query getConsignmentSummary($consignmentId: UUID!) {
getConsignment(consignmentid: $consignmentId) {
series {
code
},
transferringBody {
name
}
totalFiles,
seriesName
transferringBodyName
totalFiles
consignmentReference
}
}

0 comments on commit 4859672

Please sign in to comment.