Skip to content

Commit

Permalink
Add withdrawnDate to work mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Oct 18, 2024
1 parent 33aada6 commit 3b1842b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions thothlibrary/mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ class ThothMutation():
("coverCaption", True),
("firstPage", True),
("lastPage", True),
("pageInterval", True)
("pageInterval", True),
("withdrawnDate", True)
],
"return_value": "workId"
},
Expand Down Expand Up @@ -277,7 +278,8 @@ class ThothMutation():
("coverCaption", True),
("firstPage", True),
("lastPage", True),
("pageInterval", True)
("pageInterval", True),
("withdrawnDate", True)
],
"return_value": "workId"
},
Expand Down

0 comments on commit 3b1842b

Please sign in to comment.