2) What if there was a super graphQL structure:
mutation($model: String!, $mutation: String!, $id: String!, $changingVar: String!){
updateModel(model : $model, mutation: $mutation, id: $id, changingVar: $changingVar){
id
}
}
This may simplify api gql tag use for using models that are alike but need to be different.
Or maybe I'm just thinking too much...