-
Notifications
You must be signed in to change notification settings - Fork 49
Description
I like the way that top level queries are generated with attributes and the filter capability (https://grandstack.io/docs/graphql-filtering/). I'd like to have this available at lower levels in the query tree. Currently, the places where I return a list of objects I am allowed to specify first and offset, but I'd like them all to have the same attribute and filter args that are at the top level.
I know that this behavior is possible because I can explicitly add the query and args to my type in the idl and it works. But it would seem like there would be some way that I could just have it generated (like the top level queries) rather than having to add it explicitly to every type. I don't know how I can get filter to show up at nested levels though, even explicitly changing the idl.