mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
* Update tutorial-todo-gql-mutation-input.md Make example code match latest changes to https://github.com/a8m/ent-graphql-example: - Renaming fields that accept IDs on mutation_inputs (including https://github.com/a8m/ent-graphql-example/pull/5) - Removing duplicate fields when edge fields are used (https://github.com/a8m/ent-graphql-example/pull/3) * Update tutorial-todo-gql-mutation-input.md Add back the accidental removal of `$input` variable declaration.