这是indexloc提供的服务,不要输入任何密码
Skip to content

for views consider only insertable ones in nested insert input objects #773

@rakeshkky

Description

@rakeshkky

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]

Metadata

Metadata

Assignees

Labels

c/serverRelated to servere/quickfixcan be wrapped up in few hoursk/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions