Reduce number of queries being made by project.pipeline GraphQL field
when moving the project.pipeline
graphql resolver over to using a finder
, the query came under more scrutiny and, as a result, we identified that in the generated query (pathological case) the query count is higher than we'd like.
some initial exploratory work was carried done to extend lookahead to work for non-connection types but this work is incomplete.
Edited by Philip Cunningham