-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
a/authzIssues related to "authorization" and the policy engine after session claims are procesedIssues related to "authorization" and the policy engine after session claims are procesedc/serverRelated to serverRelated to servere/easycan be wrapped up in a couple of dayscan be wrapped up in a couple of daysk/bugSomething isn't workingSomething isn't working
Description
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 procesedIssues related to "authorization" and the policy engine after session claims are procesedc/serverRelated to serverRelated to servere/easycan be wrapped up in a couple of dayscan be wrapped up in a couple of daysk/bugSomething isn't workingSomething isn't working