wrong type definition
Xapuu opened this issue · 0 comments
Xapuu commented
Wrong type definition in docs at tutorials\frontend\angular-apollo\tutorial-site\content\queries\2-create-query.md
interface Todo {
id: number;
title: string;
created_at: Date;
is_completed: Date;
}
is_completed should be of type boolean.