这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const QUERY_FEED_PUBLIC_OLD_TODO = gql`
`;

const MUTATION_TODO_ADD = gql`
mutation insert_todos($objects: [todos_insert_input!]) {
mutation insert_todos($objects: [todos_insert_input!]!) {
insert_todos(objects: $objects) {
affected_rows
returning {
Expand Down