We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Server / GraphQL
v1.1.0-dev
When editing interfaces within a circuit you can reach the point where the frontend issues this query:
query GET_RELATIONSHIP_PARENT { InfraCircuit( infracircuitendpoints__ids: ["180b3922-cb81-4a58-58db-17461439c50f"] ) { count edges { node { id display_label __typename } __typename } __typename } }
Which returns the error:
{ "data": null, "errors": [ { "message": "Unknown argument 'infracircuitendpoints__ids' on field 'Query.InfraCircuit'.", "locations": [ { "line": 3, "column": 5 } ] } ] }
The query to get the relationship should use a valid filter.
No response
The text was updated successfully, but these errors were encountered:
pa-lem
No branches or pull requests
Component
API Server / GraphQL
Infrahub version
v1.1.0-dev
Current Behavior
When editing interfaces within a circuit you can reach the point where the frontend issues this query:
Which returns the error:
Expected Behavior
The query to get the relationship should use a valid filter.
Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: