Skip to content

Commit

Permalink
Merge pull request #1224 from nationalarchives/TDRD-417-version-metad…
Browse files Browse the repository at this point in the history
…ata-schema

Tdrd 417 version metadata schema
  • Loading branch information
ian-hoyle authored Feb 19, 2025
2 parents 5f1e248 + e28d983 commit 1691cc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/graphql/GetConsignmentExport.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ query getConsignmentForExport($consignmentId: UUID!) {
softwareVersion
}
}
metadataSchemaLibraryVersion
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mutation updateConsignmentMetadataSchemaLibraryVersion($updateMetadataSchemaLibraryVersionInput: UpdateMetadataSchemaLibraryVersionInput!) {
updateConsignmentMetadataSchemaLibraryVersion(updateMetadataSchemaLibraryVersion:$updateMetadataSchemaLibraryVersionInput)
}

0 comments on commit 1691cc0

Please sign in to comment.