Ash FrameworkAF
Ash Framework7mo 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,
   },
  },
}

but I want this query to be possible only for a specific role
Was this page helpful?