action_policy-graphql icon indicating copy to clipboard operation
action_policy-graphql copied to clipboard

Action Policy integration for GraphQL

Results 4 action_policy-graphql issues
Sort by recently updated
recently updated
newest added

### Tell us about your environment **Ruby Version:** 2.7.1 **Framework Version (Rails, whatever):** Rails 6.1.4.1 **Action Policy Version:** 0.6.0 **Action Policy GraphQL Version:** 0.5.3 ### What did you do? I'm...

question

Related to https://github.com/palkan/action_policy/issues/89 and https://github.com/palkan/action_policy-graphql/issues/22. Let's think about how we can use policies to authorize mutations inputs (and, probably, resolvers in general). What are the possible use-cases? I can recall...

discussion

### Tell us about your environment **Ruby Version:** ruby 3.2.2 **Framework Version (Rails, whatever):** rails (7.0.4.3), graphql (2.0.21) **Action Policy Version:** (0.6.5) **Action Policy GraphQL Version:** (0.5.3) ### What did...

bug

Hi there @palkan! 👋 First of all, thanks for your amazing gem :) Here is my issue: I would like to be able to authorize some specific arguments in a...