I installed it (the graphql plugin) and I am not sure what it does actually… but it looks interesting. Do you have more information available? Has a demo been recorded?
not really. Its a proof of concept I never finished. i believe if you goto $JENKINS_URL/graphql/client you should get the web interface that will let you build graphql queries
The original idea was to make something that was extendable, and supported modern live query/caching/etc javascript tooling, so blueocean could use the new apis as currently blueocean created new apis for everything, without having anything extendable, which helped to reduce its longtermness.
Sadly graphql’s object system and java’s object system don’t map too well together, I started to have a bunch of hacks to get interfaces and parent classes workingright, but I think I just got distracted