You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's a mismatch between parameters defined in the generator declaration (for the query) and those declared in the query itself, the declaration is accepted, but running it will result in a 502.
Component
API Server / GraphQL
Infrahub version
1.2.0
Current Behavior
When there's a mismatch between parameters defined in the generator declaration (for the query) and those declared in the query itself, the declaration is accepted, but running it will result in a 502.
For example: for a given generator :
With this query
Expected Behavior
tag_name
)fake_name
)create_tags
)GetTags
)Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: