Skip to content

Commit e57bfe2

Browse files
committed
Remove partial true from the content title update mutation
1 parent b05d6d6 commit e57bfe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/mutations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def update_content_title(
5959
instance=info.context.request.user,
6060
data=process_input_data(data),
6161
context={"request": info.context.request},
62-
partial=True,
6362
)
6463
if errors := mutation_is_not_valid(serializer):
6564
return MutationResponseType(

0 commit comments

Comments
 (0)