diff --git a/thothlibrary/mutation.py b/thothlibrary/mutation.py index 8c76824..e9e53c3 100644 --- a/thothlibrary/mutation.py +++ b/thothlibrary/mutation.py @@ -77,7 +77,8 @@ class ThothMutation(): ("coverCaption", True), ("firstPage", True), ("lastPage", True), - ("pageInterval", True) + ("pageInterval", True), + ("withdrawnDate", True) ], "return_value": "workId" }, @@ -277,7 +278,8 @@ class ThothMutation(): ("coverCaption", True), ("firstPage", True), ("lastPage", True), - ("pageInterval", True) + ("pageInterval", True), + ("withdrawnDate", True) ], "return_value": "workId" },