Simple GraphQL Support #593
tyler-8
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For anyone that wants to use GraphQL alongside
pynetbox
, this is a simple way you can extend thepynetbox.api
class for your own uses. This helps reduce your imports and setting up an entirely separate HTTP session for GraphQL.Then you can use it like you normally would, with GraphQL queries too!
and you'll get your output (taken from demo.netbox.dev):
Beta Was this translation helpful? Give feedback.
All reactions