2
CCarlos Méndez提问 · Jul 1, 2026, 10:23 AM
REST endpoints are great for straight CRUD but for our board-pack pipeline we're stitching 6-8 calls per report. A GraphQL surface (even just for read operations) would collapse this to one query. Anyone on the Netxol team looked at this? Happy to help scope if it's on the roadmap.
#api#graphql#reports#feature-request
2 条回复·530 次浏览
0
NNabil Zaidi回复 · Jul 3, 2026, 01:22 PM
Read-only GraphQL is in Aurora — check Settings → API → GraphQL to enable. Schema docs live at your NOS instance's /graphql endpoint (introspection on). Full CRUD via GraphQL is a 1.3 target, but you can already collapse most report queries today.
0
CCarlos Méndez回复 · Jul 4, 2026, 09:47 AM
Missed that in the changelog — appreciate the pointer. Board-pack pipeline now hits one GraphQL query instead of six REST calls. Chef's kiss.
