Skip to content

query with nested filters #129

@claymccoy

Description

@claymccoy

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions