GraphQL filter location by contacts? #19852
Unanswered
llamafilm
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out a GraphQL filter to return a list of locations which have a certain contact assigned. I thought this should work, but it returns an empty list:
This API query works as expected:
/api/dcim/locations/?contact=1
This query returns error: "Unsupported lookup 'name__exact' for GenericRel or join on the field not permitted."
Beta Was this translation helpful? Give feedback.
All reactions