Skip to content

Commit 16018c3

Browse files
committed
backend: update comment for MarkAllTodos to indicate status variable
1 parent 3a7d96c commit 16018c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def mutate_and_get_payload(cls, root, info, **input):
153153

154154

155155
class MarkAllTodos(relay.ClientIDMutation):
156-
# mutation MarkAllTodosMutation($input: MarkAllTodosInput!) {
156+
# mutation MarkAllTodosMutation($input: MarkAllTodosInput!, $status: String!) {
157157
# markAllTodos(input: $input) {
158158
# changedTodos { id complete }
159159
# viewer { id completedCount }

0 commit comments

Comments
 (0)