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

1.3.4-beta.1 select relations results in "database query error" #6255

@webdeb

Description

@webdeb

This results in an error:

mutation {
  update_smth_by_pk(pk_columns: { id: 1 }, _set: ...) {
    id
    rel {
      id
    }
  }
}

Update: the errors appears only for update_by_pk mutations,
update(where..) { returning { ... } } works

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions