feature: Include arguments for InfrahubGraphQLQueryAnalyzer #5540
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
type/feature
New feature or request
Milestone
Component
API Server / GraphQL
Describe the Feature Request
There's been some work to analyze filters and arguments for the InfrahubGraphQLQueryAnalyzer, but we need to expand it to support all option types (mostly various list types).
These then need to be matched on a per query basis to determine if we can use the query to get a unique node back.
The goal is to be able to analyze a query that looks like this:
Then based on the schema figure out that
name__value
is a unique value and that this query should only return one object.Describe the Use Case
This needs to be in place to continue the work on #4991
Additional Information
No response
The text was updated successfully, but these errors were encountered: