ash-project / ash_graphql

The extension for building GraphQL APIs with Ash
https://hexdocs.pm/ash_graphql
MIT License
71 stars 46 forks source link

Add (failing) test for partial results of forbidden field query #186

Closed skanderm closed 2 months ago

skanderm commented 3 months ago

Updates the forbidden field test to include public attributes (currently failing)

zachdaniel commented 2 months ago

Thanks for bringing this to my attention! The problem was the field nullability here, and I've added to the authorization guide for how to address it, and added a small tool to simplify the addressing of it nullable_fields [:foo, :bar, :baz]