Ash FrameworkAF
Ash Framework3y ago
9 replies
jart

GraphQL: Disable filter generation for some read actions?

I am wiring up some AshAuthentication actions to a GraphQL API and I've noticed that it generates filter arguments for actions like signIn(email: String!, password: String!) which is nonsensical. I can see the derive_filter? boolean option for the whole resource, but is there a way to do it for a single query or mutation?
Was this page helpful?