bradleyboy/tuql

Support mutations

Closed this issue · 1 comments

Would not be a tall order to setup some default mutations to create/update/delete things. Also, should wire up mutations to associate objects when associations are found.

Some subtasks here:

  • Detect when a field is required or not (NOT NULL in DB with no default, for example)
  • Use defaults where appropritate (DB col has default)
  • Need mutations for associating things? Like Categories: addPostToCategory??