Filters in Generated Query Resolvers
The fields of objects can have filters specified for them via @filter directive. For each filter a respective argument is created for the query to get all the instances of the object, but they are not anyhow accounted in the generated resolver for this query.
Update the "GET_ALL" query resolver codegen to account for defined filters instead of just calling Object.query.all()