Fix missing canUpdate and canDelete

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-01-17 13:33:55 -08:00
parent ff0777f685
commit f4153b5dcc
6 changed files with 57 additions and 27 deletions

View File

@@ -54,6 +54,8 @@ export const createRightsRequestMutation = graphql`
rightsRequestEdge @prependEdge(connections: $connections) {
node {
id
canDelete: permission(action: "core:rights-request:delete")
canUpdate: permission(action: "core:rights-request:update")
requestType
requestState
dataSubject