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

only partial schema is visible when backend only perm is true #5059

@aaronhayes

Description

@aaronhayes

It appears having nested object relationships that have backend only insert permissions breaks schema introspection when the parent object has insert permissions without the backend only flag set. (For the same role)

Error produced when:
Parent Table Insert: backend-only = false
Child Table Insert: backend-only = true

No error is produced when both the parent and child insert permissions have the same value for backend-only.

The server outputs this error:

"error":{"path":"$","error":"type info not found for: 'audiences_obj_rel_insert_input'","code":"unexpected"}

Server Version: 1.2.2
CLI Version 1.2.2
Metadata Version: 2

Metadata

Metadata

Assignees

Labels

a/authzIssues related to "authorization" and the policy engine after session claims are procesedc/serverRelated to servere/easycan be wrapped up in a couple of daysk/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions