valid
09/21/2017, 6:12 AMtype Item { id ID! @isUnique connected: Boolean }
and I'd like to toggle connected
- What would the query be to do so?dankent
09/21/2017, 6:16 AMvalid
09/21/2017, 6:17 AMupdateItem
bit -- does graph.cool (or graphql) automatically 'add' add<name> update<name> delete<name> or is that something I'm supposed to be setting up somewhere?dankent
09/21/2017, 7:31 AM