mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-05 20:03:52 +08:00
community: react-apollo-todo: fix update todo queries (#2157)
This commit is contained in:
committed by
Shahidh K Muhammed
parent
eff684cc6a
commit
80fdceaac7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user