You can either specify the completed_at attribute when creating a todo or use the completeTodo(id: ID!): Todo mutation afterwards. The latter will use the current time.
completed_at
completeTodo(id: ID!): Todo
You can either specify the
completed_atattribute when creating a todo or use thecompleteTodo(id: ID!): Todomutation afterwards. The latter will use the current time.