Hi Adrian,
the GraphQL servlet itself doesn't have a way to invoke saved queries instead. So you could potentially develop your own way of managing/storing/sharing your queries either in EDG itself (e.g. in some Data Graph) or store them outside in your client applications.
If you want to "hide" the details of GraphQL queries, you could turn them into ADS JavaScript and wrap those scripts into web services. ADS includes a function graph.ql() that can be used to invoke a GraphQL query including parameter passing:
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/25e48173-21fd-485a-b4cb-0dfa7b9c3a8en%40googlegroups.com.