Currently, when there is a relationship to a view which is not insertable, GraphQL query fails
with internal error:
{
"errors": [
{
"path": "$",
"error": "type info not found for: 'author_complex_view_obj_rel_insert_input'",
"code": "unexpected"
}
]
}
where author_complex_view is a view which is not insertable.
[cc @corysimmons]