Getting cable terminations details via GraphQL #14583
Unanswered
derdeagle
asked this question in
Help Wanted!
Replies: 2 comments 1 reply
-
@derdeagle did you ever manage to figure this out? I'm trying to do the same thing, and currently stuck. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I sort of pieced this together by using a web browser. I didn't realize, but it opens graphiql which is a nicer way to explore the schema, it has autocompletion and nice things like that. Anyway, this is what I settled on:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi all,
Could anybody please tell me how I can retrieve cable terminations details via GraphQL?
A shortened example GraphQL query I am using is e.g.
I can get the label of a cable but how can I get the terminations, like device name and interface?
When using the autocomplete feature I get the
terminations
key but under that I don't get anything (or at least I don't see it) regarding the terminations details.Beta Was this translation helpful? Give feedback.
All reactions