Skip to content

Commit

Permalink
Extend allowed mutations list for read only mode (#12779)
Browse files Browse the repository at this point in the history
  • Loading branch information
korycins committed May 11, 2023
1 parent 94975c0 commit 89f3024
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions saleor/graphql/middleware.py
Expand Up @@ -26,6 +26,12 @@ class ReadOnlyMiddleware:
"tokenCreate",
"tokenVerify",
"tokenRefresh",
"paymentGatewayInitialize",
"transactionInitialize",
"transactionProcess",
"transactionRequestAction",
"orderGrantRefundCreate",
"orderGrantRefundUpdate",
]

@staticmethod
Expand Down

0 comments on commit 89f3024

Please sign in to comment.