nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Execute saved graphql queries via pynautobot #232

Open mroe1234 opened 2 weeks ago

mroe1234 commented 2 weeks ago

It would be nice to be able to execute saved queries stored in nautobot directly through pynautobot including supplying any additional variable definitions the query my require.

joewesch commented 2 weeks ago

Thanks for the suggestion @mroe1234! That seems like something that can easily be added if we replicate similar functionality to we did to enable Job run in #56.