Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to add authorization to filter nested data - Ash Framework
AF
Ash Framework
•
8mo ago
•
27 replies
Marco Dell'Olio
How to add authorization to filter nested data
I
'm running a graphql query with the following filter
{
teams: {
id: {
in: teamIds,
},
},
}
{
teams: {
id: {
in: teamIds,
},
},
}
but I want this query to be possible only for a specific role
Ash Framework
Join
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.
2,193
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
add ilike filter to graphql queries
AF
Ash Framework / support
3y ago
Bypassing tenancy & authorization to load related data in special read
AF
Ash Framework / support
7mo ago
Using struct data in filter expressions
AF
Ash Framework / support
10mo ago
Show live changes depending on nested data
AF
Ash Framework / support
8mo ago