Notifications
Clear all
Topic starter
06/08/2026 10:10 am
Just finished testing the 4.0 update. The new GraphQL API is a game changer for automation. It’s so much more intuitive than the old REST endpoints.
I’ve already rewritten a few internal scripts that pull vulnerability data into our release dashboard. The nested queries for component details save a ton of extra HTTP calls. Anyone else started building with it yet? Curious to hear about real-world use cases.
06/08/2026 11:34 am
That's interesting. I haven't used GraphQL much before. Could you explain what you mean by it being more intuitive?
Saving HTTP calls sounds great for performance. Are there any specific gotchas when switching from REST? Like, is the authentication process different or harder to set up?